selectBoxIt,Datatable分页无效

时间:2015-05-05 11:02:31

标签: jquery datatables selectboxit

我已经使用selectBoxIt用于选择框来设计下拉框并使用数据表来列出数据。

所以,当数据表list.Code我为selectbox完成时,它不起作用

 var selectBox = $(".filter_group").selectBoxIt({ theme: "jqueryui", native: true });

但它不适用于分页?

1 个答案:

答案 0 :(得分:4)

请尝试使用以下代码。

fnDrawCallback : function() {
  var selectBox = $(".filter_group").selectBoxIt({ theme: "jqueryui", native: true });
}