scroller with filter
scroller with filter
hello,all
i use datatable with some options
deferRender: true,
paging: true,
scroller: true,
scrollX: true,
responsive:false,
also i use $.fn.dataTable.ext.search.push() to add my own search filter
after apply my own search filter,it did work,and the satified data also has many,so the scroller should work too
when i move the scroller, the search filter is not work,some rows not satify search filter still shown
so i wanna know whether there are some method to solve this problem?thakn you all
Answers
Happy to take a look at a test case showing the issue. See this tech note and the forum rules if you aren't sure how to create a test case if you can't just post a link to your page.
Allan