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?