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
Thank you for creating this awesome lib. It helps me a lot.
it would be nice to give users the ability to set sticky manually for columns. It is like setting visible, hidden column function in react-table. A column should have sticky and setSticky property, similar to isVisible and toggleHidden of useTable() https://react-table.tanstack.com/docs/api/useTable#column-properties
The text was updated successfully, but these errors were encountered:
Thank you for creating this awesome lib. It helps me a lot.
it would be nice to give users the ability to set sticky manually for columns. It is like setting visible, hidden column function in react-table. A column should have
sticky
andsetSticky
property, similar toisVisible
andtoggleHidden
of useTable() https://react-table.tanstack.com/docs/api/useTable#column-propertiesThe text was updated successfully, but these errors were encountered: