简体   繁体   中英

selectBoxIt with Datatable pagination not working

I have used selectBoxIt for selectbox to designing a dropdown box and used datatable for listing of data.

So, It is not working when paginate in datatable list.Code i have done for selectbox is

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

But it is not working with pagination?

Pls try with below code.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM