|
7 | 7 | [![Dependency Status][deps-badge]][deps] |
8 | 8 | [![devDependency Status][dev-deps-badge]][dev-deps] |
9 | 9 | [![peerDependency Status][peer-deps-badge]][peer-deps] |
10 | | -It's a [react.js](http://facebook.github.io/react/) table for bootstrap, named reactbsTable. It's a configurable, functional table component and make you build a Bootstrap Table more efficiency and easy in your React application, However ```react-bootstrap-table``` support these features: |
| 10 | +It's a [react.js](http://facebook.github.io/react/) table for bootstrap, named react-bootstrap-table. It's a configurable, functional table component and make you build a Bootstrap Table more efficiency and easy in your React application, However ```react-bootstrap-table``` support these features: |
11 | 11 |
|
12 | 12 | - striped, borderless, condensed table |
13 | | -- column align, hidden, width, sort |
| 13 | +- column align, hidden, width, sort, title |
14 | 14 | - scrolling table |
15 | 15 | - cell format |
16 | 16 | - pagination |
17 | 17 | - row selection |
18 | 18 | - column filter with multi type |
19 | 19 | - cell edit with multi type editor |
20 | 20 | - insert & delete Row |
21 | | -- row and column style customization |
| 21 | +- table, row and column styling |
22 | 22 | - global search |
23 | | -- export to CSV file |
| 23 | +- export to CSV |
24 | 24 | - rich function hooks |
25 | 25 | - large columns table |
| 26 | +- header colum span |
| 27 | +- remote mode |
| 28 | +- expandable row |
26 | 29 |
|
| 30 | + |
27 | 31 | Explore more example on [examples](https://github.com/AllenFang/react-bootstrap-table/tree/master/examples/js) folder</br> |
28 | 32 | See more about [react-bootstrap-table](http://allenfang.github.io/react-bootstrap-table/index.html).</br> |
29 | 33 | Check [this](http://allenfang.github.io/react-bootstrap-table/advance.html) for more advance usage for ```react-bootstrap-table```. Feel free to ask more examples.</br> |
30 | 34 | Check the <a href='https://github.com/AllenFang/react-bootstrap-table/blob/master/CHANGELOG.md'>CHANGELOG</a> for more detail release notes. |
31 | 35 |
|
32 | 36 | ## Notes |
33 | | -***```v3.0.0-beta.2``` released, check [release page](https://github.com/AllenFang/react-bootstrap-table/releases). [There](https://github.com/AllenFang/react-bootstrap-table/tree/v3.0.0-dev/examples/js/custom) are a lots of example for customization component, you can also check the [online](http://allenfang.github.io/react-bootstrap-table/example.html#custom) version<br/>*** |
| 37 | +***```v3.0.0-beta.5``` released, check [release page](https://github.com/AllenFang/react-bootstrap-table/releases). [There](https://github.com/AllenFang/react-bootstrap-table/tree/v3.0.0-dev/examples/js/custom) are a lots of example for customization component, you can also check the [online](http://allenfang.github.io/react-bootstrap-table/example.html#custom) version<br/>*** |
34 | 38 |
|
35 | 39 | ***```v3.0.0``` is under planning, check [Milestone to v3.0.0](https://github.com/AllenFang/react-bootstrap-table/issues/497).<br/>*** |
36 | 40 |
|
|
0 commit comments