mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +00:00
patch docs for 3/19
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user