Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Issue on scrolling horizontally with the first column freeze and enable horizontal virtual dom #271

Open
franzbuenaventura opened this issue Oct 20, 2022 · 2 comments

Comments

@franzbuenaventura
Copy link

Title

  • bug: Issue on scrolling horizontally with the first column freeze

Environment Details

  • react-tabulator version: 0.18.1
  • OS: Windows
  • Node.js version: v12.8.3

Long Description
So I have a huge data set and the horizontal virtual dom seems the perfect feature I need to handle the performance impact.
After playing around with it I noticed that it doesn't like to play well with a frozen column since if the column is not frozen it would work just fine.

Here is a codesandbox to showcase the issue, open the project in new window
https://codesandbox.io/s/tabulator-virtual-horizontal-freeze-ncoddw

Workaround
Looking at the description on the main website, it does say it's experimental and have limitation but it doesn't mention freezing column (unless that's considered column manipulation).

So I removed that feature so I can properly use Tabulator in my project
(Please help with a PR if you have a solution. Thanks!)

@rnwelsh
Copy link

rnwelsh commented Nov 21, 2022

Frozen columns only became supported with horizontal v-dom on tabulator 5.4 there is an open PR that brings support for 5.3, but we need to update to the latest version to support this feature

@franzbuenaventura
Copy link
Author

franzbuenaventura commented Nov 21, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants