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

Can we have a button to print the table? #2092

Open maxsilvauk opened 4 years ago

maxsilvauk commented 4 years ago

Would require a button to print the table I am trying to create this feature using https://www.npmjs.com/package/react-to-print but I don't believe this can work with react-boostrap-table 2. Exporting to CSV and printing is no good for my feature.

Thanks in advance