All Versions
138
Latest Version
Avg Release Cycle
9 days
Latest Release
2845 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.4.3 Changes
July 05, 2017 -
v3.4.2 Changes
June 24, 2017๐ Bug fixes
- Cannot read property 'sortFunc' of undefined when conditionally rendering different tables(1418)
- From this version, we support
replace
props onBootstrapTable
, you can configure astrue
if your need to rerender a totally different table so that โก๏ธreact-bootstrap-table
will not update table state according to previous and next props.
- From this version, we support
- Header Group broken when Row Expand Indicator is enabled(2cf11ec)
โจ Enhancement
- Cannot read property 'sortFunc' of undefined when conditionally rendering different tables(1418)
-
v3.4.1 Changes
June 17, 2017๐ Bug fixes
- If a key is 0, it's regarded as invalid in
TableStore.js
(e00a515)
โจ Enhancement
options.onRowClick
have the second arguments:columnIndex
(cf6571f)- ๐
options.onAddRow
now support to sync/async way to tellreact-bootstrap-table
if a error inoptions.onAddRow
(a2a5555)- Please check example
- ๐ Use
setState
as functional instead of object(b9b5b26)
๐ Feature
- Able to custom the separate for exporting CSV file(1c9e2c5)
- Using
options.exportCSVSeparator
- Using
- If a key is 0, it's regarded as invalid in
-
v3.4.0 Changes
June 11, 2017 -
v3.3.9 Changes
June 08, 2017๐ Bug fixes
- ๐ Fixed TypeError: this.props.children.filter is not a function(80fb5a6)
-
v3.3.8 Changes
June 02, 2017 -
v3.3.7 Changes
May 22, 2017 -
v3.3.6 Changes
May 19, 2017๐ Bug fixes
- ๐ Fixed ExpandComponent.js:47 Uncaught TypeError: Cannot read property 'className' of undefined(5618342)
-
v3.3.5 Changes
May 17, 2017๐ Bug fixes
- ๐ Fix
editable.type
will be ignore if is nottextarea
,select
,checkbox
, anddatetime
(e3f87e0)
โจ Enhancement
- 0๏ธโฃ Able to set the default value for field in insert model easily(5bd62b4)
- Use
editable.defaultValue
- Use
- ๐ Support
options.onExpand
and accept a function which will be called when expand/collapse happen(f54ebc3)- Check example.
- ๐ Allow
selectRow.className
to accept a function for a easy customization reason(440d376)- Check example
- ๐
Able to apply custom style on filter(1e8f1f9)
- Check example
- ๐ Fix
-
v3.3.4 Changes
May 13, 2017๐ Bug fiexs
- ๐ Fix
afterSearch
andafterColumnFilter
doesn't be called when table rerender(24e5b66)
โจ Enhancement
- ๐ Fix