ngduc / react-tabulator

React Tabulator is based on tabulator - a JS table library with many advanced features.
https://codesandbox.io/s/0mwpy612xw?module=/src/components/Home.js
MIT License
366 stars 84 forks source link

Columns cannot be resized in 0.19.0 #286

Open kidijkstra opened 11 months ago

kidijkstra commented 11 months ago

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.

InMDK commented 10 months ago

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 commented 9 months ago

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 commented 9 months ago

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.