I have an issue with data not being shown when using searchpanes
I have an issue with data not being shown when using searchpanes
Link to test case: https://live.datatables.net/fesagilu/1/edit?html,js,output
Description of problem: While using searchpanes, if I navigate past the first page then apply a filter that produces results shorter than the length of the current result set, I get a bug where I only see the the follow message with not results.
For example, I have a table with 100 rows. The first page shows rows 1 - 10, the second page shows 11 - 20, ect. I go to the second page. I then use the searchpanes and click on a filter that will show less than 5 results. When I do that, no results will show at all until I either change the result length or until I click the first page on the pagniation.
Showing 21 to 1 of 1 entries (filtered from 57 total entries)
Is there a fix to this issue?
Answers
Nasty - thanks for letting me know about this. It looks like it is present still in the nightly as well.
We'll be doing a
draw()
somewhere that isn't resetting the paging on the filter change which is incorrect. I'll look into that and post back which I've got a fix (which will probably be Monday now).Allan
Thank you very much
Hello @allan Do you have an update on this item?
Apologies, I've gotten side tracked with other things. I'll look into this very soon.
Allan
Thank you
Fix committed here. It will be in the nightly shortly.
Sorry about that!
Allan
Hello Allan, I'm still having the same issue while using the nightly build.
Hello @allen,
I'm still having the same issue