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
Long Description
To test, just use the demo from the readme. The columns are not resizable. Changing the Codesandbox package.json version to 0.18.1 fixes the issue. Upon inspecting the elements, it appears like the tabulator-col-resize-handle elements are not being handled correctly in version 0.19.0.
The text was updated successfully, but these errors were encountered:
I don't know if it's related, but column headers seem to be frozen when the total table width exceeds the viewable area and I scroll towards the off-screen portion.
I am experiencing a similar issue. If my table content is enough to have a horizontal scroller, it will scroll the content of the table just fine, but the header itself is effectively stuck in place.
I am experiencing a similar issue. If my table content is enough to have a horizontal scroller, it will scroll the content of the table just fine, but the header itself is effectively stuck in place.
Yes, that's a better description than I what I had posted, but exactly what I see. I did notice the types definitions weren't up to date with the latest for tabulator, so I've submitted PR #288 to update them. It doesn't change this behavior, however.
0.19.0 breaks resizable columns
Environment Details
Long Description
To test, just use the demo from the readme. The columns are not resizable. Changing the Codesandbox package.json version to 0.18.1 fixes the issue. Upon inspecting the elements, it appears like the tabulator-col-resize-handle elements are not being handled correctly in version 0.19.0.
The text was updated successfully, but these errors were encountered: