react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Next Generation of react-bootstrap-table
Search on page 1 is working fine but error when search on page 2/3/4/5 Code: ``` {({ paginationProps, paginationTableProps }) => ( {toolkitProps => ( )} )} ` ``` "react-bootstrap-table-next":...
**Question** I want to get the selected rows. Based in the [official example](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Row%20Selection&selectedStory=Click%20to%20Select&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel), how do I get the row that are selected? **codesandbox** Official example: https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Row%20Selection&selectedStory=Click%20to%20Select&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel (Pls help : ))
In my react application I want to automatically clear selected row of react-bootstrap-table2 upon api response. Can someone help me in solving this issue?
I have a `selectRow` which is as following. ```js let ids = []; const selectRow = { mode: "checkbox", clickToSelect: false, onSelect: (row, isSelect) => { if (isSelect && !ids.includes(row.id))...
Hi, i need remove this header that appear with the filters. But i have not found a solution for this. The header that put the filter is this.  thank...
This is undoubtedly the best table generator component for React and it's a shame that the owner of this repo seems to have just abandoned it... It's been well over...
I need to make header group but I can't do it. Can you help me?
Hi Allen, **The bug** I want all these functionalities in single table searching in all fields + paging, it works fine for the first time, but after navigating to another...
**Question** text overlap after import 'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css' If remove this import, there will be no sort icon shown up. How to correctly show icon and avoid text overlap at the same...
Hello @AllenFang, We are currently using `react-bootstrap-table` in a project and everything is working perfectly but we really need the freeze column functionality and we're wondering if it is planned...