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

blank table after hide/show with autoResize = true #4698

Open
Kallius74 opened this issue Feb 20, 2025 · 0 comments
Open

blank table after hide/show with autoResize = true #4698

Kallius74 opened this issue Feb 20, 2025 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@Kallius74
Copy link

Describe the bug
I use Tabulator with fixed height and a lot of rows (50.000 in the example).
By default Tabulator is set to "autoResize = true" (I set it explicitly in the example but that option is default if not provided).
I scroll to some row in the middle (row 20.000 in the example), hide the container in which Tabulator table resides and show the container again.
I expected to see my data rows again, at the row position 20.000 - instead I see a blank table.

The bug was seen in an application where Tabulator was embedded in a tab sheet control.
When the user switches to another tab and back again then Tabulator table was empty.

Hint:
The bug does not appear when autoResize is "false" - just switch it in the example and try again.

Tabulator Info
Tabulator version 6.3.0

Working Example
JS Fiddle

To Reproduce
Click the "Test" button in the JS Fiddle

Expected behavior

After click I expect to see something like this:

Image

Instead I get this:

Image

@Kallius74 Kallius74 added the Possible Bug A possible bug that needs investigation label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant