mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +00:00
fix docu typos (#733)
This commit is contained in:
+8
-7
@@ -4,15 +4,16 @@ title: react-bootstrap-table2
|
||||
sidebar_label: About
|
||||
---
|
||||
|
||||
[`react-bootstrap-table2`](https://github.com/react-bootstrap-table/react-bootstrap-table2) is next generation of [`react-bootstrap-table`](https://github.com/AllenFang/react-bootstrap-table). We rebuilt it to makie it more better and easy to use. Following is our mission:
|
||||
[`react-bootstrap-table2`](https://github.com/react-bootstrap-table/react-bootstrap-table2) is next generation of [`react-bootstrap-table`](https://github.com/AllenFang/react-bootstrap-table). We rebuilt it to make it better and easier to use:
|
||||
|
||||
* Refactoring core module and make challenges be possible
|
||||
* Refactoring core modules
|
||||
* More customizable table
|
||||
* Reduce the bugs and bundled size
|
||||
* Solve the performance issue
|
||||
* Smaller bundled size
|
||||
* Reduce bug count
|
||||
* Solve performance issues
|
||||
* Improve the [`remote`](https://allenfang.github.io/react-bootstrap-table/docs.html#remote) mode
|
||||
* Improve handling of DOM events well
|
||||
* Support nest data
|
||||
* Improve handling of DOM events
|
||||
* Support nested 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!!, only the npm name is different!!!!
|
||||
> Due to `react-bootstrap-table2` already taken on npm our module is called **`react-bootstrap-table-next`**. We still use `react-bootstrap-table2` in any our git repository, official website and documentation - only the npm name is different!
|
||||
|
||||
@@ -6,7 +6,7 @@ sidebar_label: Getting Started
|
||||
|
||||
## Installation
|
||||
|
||||
> 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 taken on npm our module is called **`react-bootstrap-table-next`**. We still use `react-bootstrap-table2` in any our git repository, official website and documentation - only the npm name is different!
|
||||
|
||||
```sh
|
||||
$ npm install react-bootstrap-table-next --save
|
||||
@@ -14,9 +14,9 @@ $ npm install react-bootstrap-table-next --save
|
||||
|
||||
## Add CSS
|
||||
|
||||
> `react-bootstrap-table2` need you to add bootstrap css in your application firstly. After **v1.0.0**, we start to suport `bootstrap@4`.
|
||||
> You first need to add bootstrap css in your application. After **v1.0.0**, we start to suport `bootstrap@4`.
|
||||
|
||||
Finish above step, let's add the `react-bootstrap-table2` styles:
|
||||
Finish above step, then add the `react-bootstrap-table2` styles:
|
||||
|
||||
```js
|
||||
// es5
|
||||
|
||||
Reference in New Issue
Block a user