copas2andAllen 4a3486cc3c fix #488
* updated test for pagination fix

* suspected bug in page.js

Local pagination aligning returns start page when eg editing cell locally. This results in state change, too. Not really getting the purpose of the original idea. Please consider this modification. It only checks if page fits in the data size range. As I saw, this alignment only affects local pagination, not remote.

* modified fix w/ pageStartIndex

I forgot to mind pageStartIndex
2018-08-16 17:16:47 +08:00
2018-08-05 16:32:27 +08:00
2018-08-16 17:16:47 +08:00
2017-08-19 23:01:09 +08:00
2017-08-19 14:55:04 +08:00
2017-10-18 01:31:12 -05:00
2018-01-16 00:04:14 +08:00
2018-01-20 13:34:27 +08:00
2018-04-05 16:35:26 +08:00
2018-01-22 23:09:07 +08:00
2017-11-19 17:42:20 +08:00
2018-08-01 20:26:01 +08:00
2018-01-18 22:56:18 +08:00
2018-02-01 23:41:30 +08:00
2018-08-05 16:05:22 +08:00
2018-08-01 20:26:00 +08:00
2018-08-05 16:05:22 +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

S
Description
No description provided
Readme MIT
17 MiB
Languages
JavaScript 97.7%
SCSS 2.2%