SearchPane cascade mode, scrolling back to top on every click

SearchPane cascade mode, scrolling back to top on every click

maniiumaniiu Posts: 18Questions: 2Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown: none
Description of problem:
I have an issue very similar to that
https://datatables.net/forums/discussion/comment/193221/#Comment_193221
which is marked as solved but it comes back on my case:
The SearchPanes scroll back on top every-time I select one of item.

The difference compared to the above case is that i have server side enabled.

removing cascadePanes: true from the following code solve the issue
searchPanes: { cascadePanes: true,
columns: [2, 3, 5] },

I am using SearchPanes bs5, but same apply with std version of SearchPanes.
..
Thanks for whatever help you can provide ;)

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    edited March 2023

    Yep, I'm seeing it in this example here too, thanks for letting us know. I've re-opened that ticket (DD-2013 for my reference), and we'll report back here when there's an update.

    Colin

  • maniiumaniiu Posts: 18Questions: 2Answers: 0

    Super!!
    Thanks!

  • maniiu78maniiu78 Posts: 2Questions: 0Answers: 0

    Colin, me again... I would like to know if you have any update on that topic, but also ask you if you can unlock my account. I believe I posted too many time the same post as I did not see the post nor the message that that the post was in waiting list for approval...
    Sorry for that .. didn't do on purpose..

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Done. Your other account is unlocked - it just caught with the automatic spam detection - apologies.

    Allan

  • maniiumaniiu Posts: 18Questions: 2Answers: 0

    Thanks!! Happy to be back :)

  • maniiumaniiu Posts: 18Questions: 2Answers: 0

    Colin any news on that matter? thanks!

  • aluionescualuionescu Posts: 3Questions: 1Answers: 0

    @maniiu Were you able to solve this?

Sign In or Register to comment.