mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +00:00
6522f6d964a0df32a2f4ec43270a33cba6357292
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
react-bootstrap-table2
Rebuilt react-bootstrap-table
react-bootstrap-table2's npm module name isreact-bootstrap-table-nextdue to some guys already used it
react-bootstrap-table2 separate some functionalities from core modules to other modules like following:
react-bootstrap-table-nextreact-bootstrap-table2-filterreact-bootstrap-table2-editorreact-bootstrap-table2-paginatorreact-bootstrap-table2-overlay
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
Languages
JavaScript
97.7%
SCSS
2.2%