Fixed column in ReactTable component

bhb picture bhb · Jan 3, 2018 · Viewed 14.3k times · Source

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!!

Answer

Alex picture Alex · Apr 29, 2018

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.