patch docs for 3/19

This commit is contained in:
AllenFang
2018-03-18 17:29:01 +08:00
parent 11d3dc3c0b
commit 6d2746ea1d
2 changed files with 24 additions and 1 deletions
+2 -1
View File
@@ -18,8 +18,9 @@ We support the single and multiple selection on table, config the [`selectRow.mo
By default behavior, user need to click on the selection column or the checkbox/radio to select/unselect a row, for a user experience perspective, we have [`selectoRow.clickToSelect`](./row-select-props.html#selectrowclicktoselect-bool) to allow user to select/unselect row by clicking on the row.
## Selection Management
Please check [`selectoRow.selected`](./row-select-props.html#selectrowselected-array), it's used for default selection usually but also can be used as a external selection control.
Please check [`selectoRow.selected`](./row-select-props.html#selectrowselected-array), it's used for default selection usually but also can be used as a external selection control.
This is an example for [selection management](../storybook/index.html?selectedKind=Row%20Selection&selectedStory=Selection%20Management)
## Customization
### Style/Class
+22
View File
@@ -0,0 +1,22 @@
---
title: New Release (2018-03-19)
author: Allen Fang
authorURL: https://twitter.com/allenfang_tw
---
## Changed Packages
This release bump following packages:
* `react-bootstrap-table-next@0.1.5`
## Changelog
### Bug fixes
* Fix selection was broken when data changed([#260](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/260))
### Features
### Enhancements
* Add `classes` and `id` on `BootstrapTable` for customization([#247](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/247))
* `column.hidden` will not render element instead of setting `display:none`([#261](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/261))