Skip to content

adrianorsouza/react-bootstrap-table2

This branch is up to date with react-bootstrap-table/react-bootstrap-table2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 31, 2020
ef22dc4 · May 31, 2020
Jul 27, 2019
May 17, 2020
May 31, 2020
Aug 1, 2018
Aug 19, 2017
Oct 18, 2017
Jan 15, 2018
Jan 20, 2018
Apr 5, 2018
Jan 22, 2018
Feb 1, 2018
Aug 10, 2019
Aug 19, 2017
Oct 8, 2018
Aug 1, 2018
Jan 18, 2018
Oct 13, 2019
Oct 13, 2019

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 97.7%
  • CSS 2.2%
  • HTML 0.1%