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

Columns cannot be resized in 0.19.0 #286

Open
kidijkstra opened this issue Nov 28, 2023 · 3 comments
Open

Columns cannot be resized in 0.19.0 #286

kidijkstra opened this issue Nov 28, 2023 · 3 comments

Comments

@kidijkstra
Copy link

0.19.0 breaks resizable columns

  • bug: Columns are unable to be resized

Environment Details

  • react-tabulator version: 0.19.0

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.

@InMDK
Copy link

InMDK commented Jan 23, 2024

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.

@syllith
Copy link

syllith commented Jan 25, 2024

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.

@InMDK
Copy link

InMDK commented Jan 25, 2024

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.

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

3 participants