react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Next Generation of react-bootstrap-table
I'm trying to use react-bootstrap-table-next on a site with this theme https://demo.themesberg.com/volt-react-dashboard/ I never had problems with Bootstrap 4, but this theme uses Bootstrap 5.0.1 and gives me this error:...
As simple as that, Just wanted to add a custom `tfoot` not a custom footer for each column!
Hi, I was wondering if there are any suggestions how to realize or if there are plans for react-bootstrap-table2 to support infinite scrolling in tables? The goal would be to...
I'm trying to export chinese (like 网址) characters using exportCSV option. But I'm getting it as .网å€. Do we have any option to overcome this issue please?
**Question** How we can extend a row by right-clicking ? The table needs to colour when you click on a row and expand when you right-click(context menu), is there any...
**I keep getting the following error:** index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data...
**Question** Hey @AllenFang , big fan of your library ,I have a doubt here, Below is the table columns definition , ``` const tableColumns = [ { dataField: 'uniqueId', hidden:...
**Question** How can I add column header for the row selection? **Screenshots** Design Image  Currently code Image  Here is the Image for the table I just need to...
**Describe the bug** When switching from one set of columns with all visible columns to another set where one of them is flagged as `hidden`, the hidden column still shows...
**Describe the bug** Unable to install react-bootstrap-table-next on the latest create-react-app which uses react 17.0.1: **To Reproduce** Steps to reproduce the behavior: 1. npx create-react-app example 2. cd example 3....