Missing Rows
Missing Rows
I have the same issues as described here:
https://datatables.net/forums/discussion/62091/search-panes-items-hidden-when-using-mousewheel-show-flicker-in-out-using-actual-scroll-bar
There are no errors, no way I can replicate this somewhere else.
Simply, there are more items that are supposed to be shown. the scroll area is big enugh. Only after sorting that specific pane, sometimes the missing data appears.
Any clue on this? or maybe somebody has a way to relicated this ?
This question has an accepted answers - jump to answer
Answers
If it is indeed the same issue, then the same answer must apply.
Hey Colin, thanks for checking into this. I uploaded a very clean STRAIGHTFORWARD recplication of this problem:
https://fullstack.co.il/dtprob/datatablesproblem.html
Thanks
Rami
Hey Colin,
can you please confirm that the above is ok in terms of describing and supplying the code to replicate the problem?
We are in urgent need for a fix, for now I'm working on a very "clumzy" workaround (supplying "custom labels" based on all of the unique values in that column)
Thanks
Rami
Here is a very "out of the box" workaround I created:
https://www.fullstack.co.il/dtprob/workaround.html
but this is very clumsy..
Definitely an odd - I'm not sure why that would be happening. Thanks for the test cases, that first one definitely clearly demonstrates the problem.
I've raised it internally (DD-2666 for my reference) and we'll report back here when there's an update.
Colin
For some reason, that I'm not immediately seeing, Scroller isn't getting its scroll event. We probably have something removing the listener in the wrong place.
As a workaround, in your
datatablesproblem.html
example (thanks for that!) could you removesc-2.1.1/
in the URL being used to import the DataTables libraries please? That should allow it to then work correctly. The issue is with SearchPanes and Scroller being used together.Allan
Thanks Allan - I created a new version with the above solution:
https://www.fullstack.co.il/dtprob/tempfix.html
and that solves it for now
Rami