Could we fix a column when we get a horizontal column with smaller pages?
For example could we fix the column firstName
in this example.
Cheers!!
react-table does not support fixed columns, issue is opened Sticky columns. But there is already implemented workaround, you can find sources github or npm package (link taken from thread Sticky columns). Online Demo. Thanks to GuillaumeJasmin.