Go to file
Benny Johnson 6522f6d964 Commented out a check which caused the date filter to not update the (#425)
table when the date or date comparator were cleared

Modified applyFilter in date.js so that it doesn't try to parse an
Invalid Date. It was parsing an empty string, which caused it to pass
through an invalid date to onFilter, and this wasn't being checked for
properly by the onFilter function. It now checks for the empty string
and passes in null, which is what the onFilter function was actually
checking for
2018-07-25 11:20:35 +08:00
docs fix #394 (#414) 2018-07-15 14:43:29 +08:00
packages Commented out a check which caused the date filter to not update the (#425) 2018-07-25 11:20:35 +08:00
webpack fix #228 2018-04-08 21:17:24 +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 fix #135 2017-11-19 17:42:20 +08:00
gulpfile.babel.js fix #228 2018-04-08 21:17:24 +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 add release command 2018-05-08 22:33:46 +08:00
README.md Add TravisCI badge 2018-03-18 14:28:27 +05:30
yarn.lock upgrade lerna 2018-01-21 14:10:57 +08:00

react-bootstrap-table2

Build Status
Rebuilt react-bootstrap-table

react-bootstrap-table2's npm module name is react-bootstrap-table-next due to some guys already used it

react-bootstrap-table2 separate some functionalities from core modules to other modules like following:

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).

Migration

If you are the user from legacy react-bootstrap-table, please have a look on this.

Usage

See getting started.

Online Demo

See react-bootstrap-table2 storybook.

Roadmap

See release plans.

Development

Please check development guide.

How should I run storybook example in my local?

$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
$ cd react-bootstrap-table2
$ yarn install
$ yarn storybook
$ Go to localhost:6006

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