2016-03-30 19 views

答えて

0

私は、この使用してjQueryとのdataTable固有drawCallback機能を実行するためにmananged:

drawCallback: function(settings) { 
     $(".dataTable thead tr th span.icon-up-open").remove(); 
     $(".dataTable thead tr th span.icon-down-open").remove(); 
     $(".dataTable thead tr th.sorting_desc").append("<span class='pull-right icon-up-open'></span"); 
     $(".dataTable thead tr th.sorting_asc").append("<span class='pull-right icon-down-open'></span"); 
    } 
関連する問題