mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix typo
This commit is contained in:
parent
cdcd69a854
commit
5303c1ae22
@ -15,4 +15,4 @@ sidebar_label: About
|
||||
* Support nest data
|
||||
* Support table footer
|
||||
|
||||
> Due to `react-bootstrap-table2` already taked on npm so that our npm module name is **`react-bootstrap-table-next`**. Anyway, we still use or mention `react-bootstrap-table2` in any our git repository, offical website and documents!!, ony the npm name is different!!!!
|
||||
> Due to `react-bootstrap-table2` already taked on npm so that our npm module name is **`react-bootstrap-table-next`**. Anyway, we still use or mention `react-bootstrap-table2` in any our git repository, offical website and documents!!, only the npm name is different!!!!
|
||||
|
||||
@ -4,7 +4,7 @@ title: Remote Loading/Overlay
|
||||
sidebar_label: Overlay
|
||||
---
|
||||
|
||||
In `react-bootstrap-table2`, you will be easier to custom the loading or lverlay on table no matter if remote enabled or not. In the following, we have two way to do it:
|
||||
In `react-bootstrap-table2`, you will be easier to custom the loading or overlay on table no matter if remote enabled or not. In the following, we have two way to do it:
|
||||
|
||||
-----
|
||||
|
||||
@ -16,4 +16,4 @@ In `react-bootstrap-table2`, you will be easier to custom the loading or lverlay
|
||||
## Loading Table
|
||||
In the most of case for remote mode, you need the loading animation to tell the user the table is loading or doing some action in the background. Hence, you can lervarge [**`overlay`**](./table-props.html#overlay-function) prop.
|
||||
|
||||
[**Here**](../storybook/index.html?selectedKind=EmptyTableOverlay) is also a example for `overlay`
|
||||
[**Here**](../storybook/index.html?selectedKind=EmptyTableOverlay) is also a example for `overlay`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user