scroller with filter

scroller with filter

jkjkjjkjkj Posts: 8Questions: 4Answers: 0
edited March 2023 in Free community support

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

  • allanallan Posts: 61,824Questions: 1Answers: 10,131 Site admin

    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

Sign In or Register to comment.