Go to file
2020-01-13 10:32:11 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-27 16:43:54 +08:00
docs fix #1144 2019-12-07 16:40:26 +08:00
packages add optional key parameter to column 2020-01-13 10:32:11 +01:00
webpack prepare builds for react-bootstrap-table2-toolkit 2018-08-01 20:26:00 +08:00
_config.yml Set theme jekyll-theme-cayman 2017-08-19 23:01:09 +08:00
.babelrc init for starting develop 2017-08-19 14:55:04 +08:00
.eslintrc always jsx-curly-spacing 2017-10-18 01:31:12 -05:00
.gitignore babel build 2018-01-16 00:04:14 +08:00
.npmignore tweak package.json 2018-01-20 13:34:27 +08:00
.travis.yml update travis.yml 2018-04-05 16:35:26 +08:00
CONTRIBUTING.md CONTRIBUTING.md 2018-01-22 23:09:07 +08:00
enzyme-setup.js upgrade enzyme for new context API 2018-10-09 00:18:16 +08:00
gulpfile.babel.js add toolkits styles 2018-08-01 20:26:01 +08:00
lerna.json remove lerna-changelog 2018-01-18 22:56:18 +08:00
LICENSE create LICENSE 2018-02-01 23:41:30 +08:00
package.json Avoid exact version lock for classnames (#1107) 2019-10-13 13:22:46 +08:00
README.md Update README.md (#1047) 2019-08-10 14:38:59 +08:00
yarn.lock update yarn lock file 2019-10-13 13:30:40 +08:00

react-bootstrap-table2

Build Status
Rebuild of react-bootstrap-table

Note that react-bootstrap-table2's npm module name is react-bootstrap-table-next due to the name being already taken.

react-bootstrap-table2 separates some functionalities from its core modules to other modules as listed in the following:

Not only does this reduce the bundle size of your apps but also helps us have a cleaner design to avoid handling too much logic in the kernel module(SRP).

Migration

If you are coming from the legacy react-bootstrap-table, please check out the migration guide.

Usage

See getting started.

Online Demo

See react-bootstrap-table2 storybook.

Development

Please check the development guide.

Running storybook example on your local machine

# Clone the repo
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git

# change dir to the cloned repo
$ cd react-bootstrap-table2

# Install all dependencies with yarn
$ yarn install

# Start the stroybook server, then go to localhost:6006
$ yarn storybook

Storybook examples: packages/react-bootstrap-table2-example/examples