react-bootstrap-table2
react-bootstrap-table2 copied to clipboard
Next Generation of react-bootstrap-table
Hello, We are facing vulnerabilities with underscore library version, our security scan says that its version is outdated and suggests us to update it. Since we are not using underscore...
A solution to XLSX support! It works perfectly, it generates the file in `.xls` format, using the `blobType`: ``` exportCSV={{ fileName: "fie_name.xlsx", blobType: "data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8" }} ```
Hello, Is there any way to re-size table columns automatically based on their content's size? My table is currently formatted with all columns having equal widths while their contents differ...
Hello. I'm facing an issue where, sometimes, after performing a search, the total and the page buttons are showing incorrect values. I'm passing the following function to `paginationTotalRenderer` and I...
Fix #1503
In the example below, when I select a row quantity for pagination and then click on a hyperlink in a row (e.g. "Edit" or "Delete"), then the table resets (including...
**Describe the bug** If there is a select in the row then rowEvents.onClick is raised by clicking on the select and row **To Reproduce** Add rowEvents.onClick to table Add "select"...
Bumps [moment](https://github.com/moment/moment) from 2.20.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Currently, I have tried the following: `paginationFactory({ page: 4 });` `paginationContext.currPage = 4;` Very frustrating as seems that all the examples work with either of these, but in my unfortunate...