New Release (2019-04-27)
Changed Packages
We got following package version bump in this release:
react-bootstrap-table-next@3.1.2
react-bootstrap-table2-toolkit@1.4.2
Changelog
Bug fixes
- Fix rendering searchbar will throw
tableId
prop type warning(#914) - Fix
expandRow
does not work with nestedkeyField
(36fa9b8) - Fix CSV Export doesn't handle double quotes(737922a)
- Fix
column.onClick
some parameters isundefined
ifcolumn.editable
is true(6168bd7)
Features
N/A
Enhancements
- Allow to custom the style on selection header cell via
selectRow.headerColumnStyle
(0f37fae)