Missing Rows

Missing Rows

ramixramix Posts: 8Questions: 2Answers: 0

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

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    If it is indeed the same issue, then the same answer must apply.

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
    Cheers,
    Colin

  • ramixramix Posts: 8Questions: 2Answers: 0

    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

  • ramixramix Posts: 8Questions: 2Answers: 0

    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

  • ramixramix Posts: 8Questions: 2Answers: 0

    Here is a very "out of the box" workaround I created:

    https://www.fullstack.co.il/dtprob/workaround.html

    but this is very clumsy..

  • colincolin Posts: 15,151Questions: 1Answers: 2,587

    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

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    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 remove sc-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

  • ramixramix Posts: 8Questions: 2Answers: 0

    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

Sign In or Register to comment.