react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

Next Generation of react-bootstrap-table

Results 164 react-bootstrap-table2 issues
Sort by recently updated
recently updated
newest added

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...

pagination

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 ![image](https://user-images.githubusercontent.com/55939700/182543737-09974ec5-815e-4b72-a264-805b3403520e.png) Currently code Image ![image](https://user-images.githubusercontent.com/55939700/182544454-8a34d80c-8681-47ec-9897-703d032514d1.png) 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....