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 });
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With