You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix wrong cell edit if have multiple table but share same `cellEdit` props[8954de6](https://github.com/AllenFang/react-bootstrap-table/commit/8954de63c89bc9527f76d1023a5b931c3f14f175)
5
+
6
+
## Enhancement
7
+
* Allow to configure `td` style via `trStyle` on `BootstrapTable`([5999c48](https://github.com/AllenFang/react-bootstrap-table/commit/5999c48902de5348c7525a49bc370a42da4fce36))
* Pass `rowIndex` as third argument for `options.onRowClick`([4b5ba03](https://github.com/AllenFang/react-bootstrap-table/commit/4b5ba037437977b54a577084e0779f53e9b02785))
16
+
17
+
## Features
18
+
* Able to disable the `tabIndex` via `withoutTabIndex` on `BootstrapTable`([ce6f744](https://github.com/AllenFang/react-bootstrap-table/commit/ce6f744d3d7f101c800459a7d0608daed5dff74e))
* Pass row object as second argument for `editable.validator` when calling by insert row([5ede872](https://github.com/AllenFang/react-bootstrap-table/commit/5ede87270677c9d8fe37bdef2cccbf4a05f5748a))
24
+
* Fix text filter is not updated when rerender([298e971](https://github.com/AllenFang/react-bootstrap-table/commit/298e971b5c5658d0baeb67163d279298751085ed))
25
+
* Fix wrong colspan on a empty table when hide seleciton column([62ceb31](https://github.com/AllenFang/react-bootstrap-table/commit/62ceb313f6d523e02f5b49275b69b3b4e3326e7a))
26
+
27
+
## Enhancement
28
+
* return `false` will render default editor in insert model for the hook function of [customInsertEditor.getElement](http://allenfang.github.io/react-bootstrap-table/custom.html#insertmodalfield)([f2382b3](https://github.com/AllenFang/react-bootstrap-table/commit/f2382b36cc924e286ec271f92134673278458c3c))
@@ -41,6 +42,15 @@ class Demo extends React.Component {
41
42
</div>
42
43
</div>
43
44
</div>
45
+
<divclassName='col-md-offset-1 col-md-8'>
46
+
<divclassName='panel panel-default'>
47
+
<divclassName='panel-heading'>Set String or Function for <code>trStyle</code> on <BootstrapTable></div>
48
+
<divclassName='panel-body'>
49
+
<h5>Source in /examples/js/style/tr-style-table.js</h5>
50
+
<TrStyleTable/>
51
+
</div>
52
+
</div>
53
+
</div>
44
54
<divclassName='col-md-offset-1 col-md-8'>
45
55
<divclassName='panel panel-default'>
46
56
<divclassName='panel-heading'>Set String as <code>classname</code>&<code>columnClassName</code> on <TableHeaderColumn>(header & column)</div>
0 commit comments