Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aeeb289

Browse files
final docs patch
1 parent d4eee24 commit aeeb289

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Rebuilt [react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-tab
1111
* [`react-bootstrap-table2-editor`](https://www.npmjs.com/package/react-bootstrap-table2-editor)
1212
* [`react-bootstrap-table2-paginator`](https://www.npmjs.com/package/react-bootstrap-table2-paginator)
1313
* [`react-bootstrap-table2-overlay`](https://www.npmjs.com/package/react-bootstrap-table2-overlay)
14+
* [`react-bootstrap-table2-toolkit`](https://www.npmjs.com/package/react-bootstrap-table2-toolkit)
1415

1516
This can help your application with less bundled size and also help us have clean design to avoid handling to much logic in kernal module(SRP).
1617

‎docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#### Optional
1111
* [remote](#remote)
12+
* [bootstrap4](#bootstrap4)
1213
* [loading](#loading)
1314
* [caption](#caption)
1415
* [striped](#striped)
@@ -67,6 +68,9 @@ remote={ { pagination: true, filter: false, sort: false } }
6768

6869
There is a special case for remote pagination, even you only specified the pagination need to handle as remote, `react-bootstrap-table2` will handle all the table changes(filter, sort etc) as remote mode, because `react-bootstrap-table2` only know the data of current page, but filtering, searching or sort need to work on overall data.
6970

71+
### <a name='bootstrap4'>bootstrap4 - [Bool]</a>
72+
`true` to indicate your bootstrap version is 4. Default version is 3.
73+
7074
### <a name='loading'>loading - [Bool]</a>
7175
Telling if table is loading or not, for example: waiting data loading, filtering etc. It's **only** valid when [`remote`](#remote) is enabled.
7276
When `loading` is `true`, `react-bootstrap-table2` will attend to render a overlay on table via [`overlay`](#overlay) prop, if [`overlay`](#overlay) prop is not given, `react-bootstrap-table2` will ignore the overlay rendering.

‎docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ No big changes for pagination, but still can't custom the pagination list, butto
134134
- [ ] Expand Column Style/Class
135135

136136
## Export CSV
137-
Export CSV functionality is like search, which is one of functionality in the `react-bootstrap-table2-toolkit`. But all the legacy function we already implemented.
137+
Export CSV functionality is like search, which is one of functionality in the `react-bootstrap-table2-toolkit`. All of the legacy functions we already implemented.
138138

139139
## Remote
140140

‎packages/react-bootstrap-table2-toolkit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`react-bootstrap-table2` support some additional features in [`react-bootstrap-table2-toolkit`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/develop/packages/react-bootstrap-table2-toolkit).
44

5-
In the future, this toolkit will support other feature like row delete, insert and export csv etc. Right now we only support Table Search and CSV export.
5+
In the future, this toolkit will support other feature like row delete, insert etc. Right now we only support Table Search and CSV export.
66

77
**[Live Demo For Table Search](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Table%20Search)**
88

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /