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 really like your grid. It looks nice and easy to use and customize. Nice job! But it is missing the functionalities of adding and deleting a row and I...

**Describe the bug** index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code or...

Need help to export csv from the table data including the expanded row data. How to achieve this?

Hello, I wanted to ask if there's a way to use bootstrap 5 classes to style the table in your react component ? I looked quite a lot in google...

I always get error when using with bootstrap 5 Uncaught TypeError: _events2.default is not a constructor at BootstrapTableContainer.RemoteResolver (remote-resolver.js:132) at new BootstrapTableContainer (index.js:72) at constructClassInstance (react-dom.development.js:12716) at updateClassComponent (react-dom.development.js:17425) at...

**Describe the bug** got this error in console: Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move...

**Describe the Bug** `react-bootstrap-table2-toolkit` package causes error when bundled using webpack 5 (`5.3.2` to be exact). Simply adding `import { Search } from 'react-bootstrap-table2-toolkit';` to any js file produces the...

**Question** I'm want to make the bottom border of header thinner (image 2). The current status is image 1. Could you help me? **(image 1)** ![image](https://user-images.githubusercontent.com/39434133/138938254-b1225edc-ac93-4c8e-8900-24f140fab220.png) **image 2** ![image](https://user-images.githubusercontent.com/39434133/138937759-3466e943-e2bd-4d19-8837-c84b6edb8cdd.png) **my...

I confirm in `[email protected]`, `onSort` and `sortFunc` aren't working. For example, in columns definition, something like that does not logged anything to console : ``` { dataField: 'id', text: 'Product...

**Question** I am getting an error when trying to use a custom data filter. The filter looks like it is working based on the console.logs, but the table is not...