带有数据表分页的 selectBoxIt 不起作用

selectBoxIt with Datatable pagination not working

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

所以,在数据表中分页时它不起作用 list.Code 我为选择框所做的是

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

但是它不支持分页?

请尝试使用以下代码。

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