react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Next Generation of react-bootstrap-table
I am using bootstrap-table-next made for typescript, and trying to implement the checkbox mode for the table rows as follows ``` const selectRow: SelectRowProps = { mode: "checkbox", clickToSelect: false,...
### Temporary workaround, for anyone who may come across this issue before this PR is merged: use `import ToolkitProvider from 'react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min';` instead. ------ **Problem addressed:** As seen in [MDN's web...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
- Sometimes the data that comes back from the server has no suitable key. https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/166 (Like data from several different sources in one result, etc). the table requires a keyField....
Hello, I have a requirement to export data into excel instead of CSV. Is there any possible way we can achieve this feature using react bootstrap table2.
Hello good, I have this error saying that my key must be unique in its list and this happens to me in the second table when I do an expand,...
Hello, Using react-bootstrap-table, when I set the width of the columns and they were larger than the viewport, the table created a horizontal scroll. I just upgraded to react-bootstrap-table-2 and...
**Question** How to select more than one row but not all rows using id and based on id I want to delete the records, how can I achieve that? I...
On Firefox v80.0.1 clicking outside of the pagination size-per-page dropdown menu AFTER is it has been opened does not hide the size-per-page dropdown menu again. Works in Chrome v85.0.4183.83. The...
Is there a way to get all rows on a rowSelect event? Currently, the source code I only see (row, isSelected, rowIndex, e) I am trying to add support for...