react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Next Generation of react-bootstrap-table
**Describe the bug** Node version: 18.16.0, try to upgrade webpack from version 4 to 5.87.0. It hrows to below error. SearchBar.js:9 Uncaught ReferenceError: arguments is not defined at ./node_modules/react-bootstrap-table2-toolkit/lib/src/search/SearchBar.js (SearchBar.js:9:1)...
It seems this component does not support resizable column by dragging it left or right? Can someone confirm? If it does support can one please explain what needs to be...
Currently I'm using the `paginationTotalRendered` and `pageListRenderer`. I also want to use the `sizePerPageRenderer`, but I want it to be displayed to the right of the pagination total, not to...
**underscore** npm package(version 1.9.1) being used as a dependency is vulnerable. Please refer the below link: https://github.com/advisories/GHSA-cf4h-3jhx-xvhq Request to update the package.json to use the patched version of **underscore** Thanks...
- underscore version upgraded from 1.9.1 to 1.13.4 (stable) due a critical vulnerability
i am trying to implement remote filter, and following below documentation to implement.. https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Remote&selectedStory=Remote%20Filter&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel my code. const columns = [{ dataField: 'vhRegNo', text: 'Vehicle Number', sort: true, filter: textFilter() },...
Based on one filter selection, I am trying to set the value of other filters. As per the doc provided below, the afterFilter function provides us new table dataset from...
I am getting the error when I import react-bootstrap-table2-paginator. I tried upgrading to 2.0.1 and 2.1.2 still I am facing the same issue. I need this badly in for my...
I am using select filter for my columns. On the first time, when I select a filter value from a column, it updates the table data as per the selected...