react-tabulator icon indicating copy to clipboard operation
react-tabulator copied to clipboard

Columns cannot be resized in 0.19.0

Open kidijkstra opened this issue 2 years ago • 5 comments

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.

kidijkstra avatar Nov 28 '23 15:11 kidijkstra

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.

InMDK avatar Jan 23 '24 18:01 InMDK

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.

syllith avatar Jan 25 '24 15:01 syllith

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.

InMDK avatar Jan 25 '24 15:01 InMDK