AllenFang / react-bootstrap-table

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

Export to CSV button (default/custom) not aligned properly #1970

Open whittlem opened 6 years ago

whittlem commented 6 years ago

When I add an export to CSV button (either default or custom) the button is not aligned to the table properly. I would have expected it to be anchored left or right of the top of the table table but it is positioned about 35% from the left. I have tried just the basic default button, the custom button and fully custom button and all have the same issue. The code is as per the examples. Any idea what could be wrong? I have also tried different resolutions and they all have the same issue.

whittlem commented 6 years ago

Any news with this? I've added additional buttons and they are also not anchored to the left. At the top of the table it looks like they are padded to the left maybe 40%. I've also tried with a button group and no luck.