3

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?

Bhumi Shah
  • 9,323
  • 7
  • 63
  • 104

1 Answers1

4

Pls try with below code.

fnDrawCallback : function() {
  var selectBox = $(".filter_group").selectBoxIt({ theme: "jqueryui", native: true });
}        
Jigisha Variya
  • 207
  • 1
  • 8