You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Instead I get this:
The text was updated successfully, but these errors were encountered: