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

Having issue with a table with many columns. #2077

Open dfha93 opened 5 years ago

dfha93 commented 5 years ago

Originally I had this problem: image

image

Then I paste "import 'react-bootstrap-table/dist/react-bootstrap-table.min.css';" in my code and got this:

image

It is a table with over 20 columns. I don't care if I have to use a horizontal scroll or change the width, but nothing seems to work.

Thanks in advance for the help.

srinivasyl commented 5 years ago

Try giving same width to all the columns Example: width='150'

nddipiazza commented 4 years ago

Thanks @srinivasyl
this fixes the issue