AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Horizontal Scroll For Specific Columns #2090

Open Anand02 opened 4 years ago

Anand02 commented 4 years ago

If data table contains more than 20 columns. first 2 column should not scroll horizontally. Only other 18 columns will scroll horizontally, so that the user will always see the first 2 column Example My first column will be date it should not be scrolled other columns should be scrolled horizontally

How can we do this ? Is there any way to do so?