react-bootstrap-table-next

WebJar for react-bootstrap-table-next

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-bootstrap-table-next
Last Version

Last Version

3.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

react-bootstrap-table-next
WebJar for react-bootstrap-table-next
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/react-bootstrap-table/react-bootstrap-table2

Download react-bootstrap-table-next

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table-next/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-bootstrap-table-next</artifactId>
    <version>3.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table-next/
implementation 'org.webjars.npm:react-bootstrap-table-next:3.3.3'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-table-next/
implementation ("org.webjars.npm:react-bootstrap-table-next:3.3.3")
'org.webjars.npm:react-bootstrap-table-next:jar:3.3.3'
<dependency org="org.webjars.npm" name="react-bootstrap-table-next" rev="3.3.3">
  <artifact name="react-bootstrap-table-next" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-table-next', version='3.3.3')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap-table-next" % "3.3.3"
[org.webjars.npm/react-bootstrap-table-next "3.3.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : classnames jar [2.2.5]
org.webjars.npm : react-transition-group jar [2.5.3]
org.webjars.npm : underscore jar [1.9.1]

Project Modules

There are no modules declared in this project.

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

org.webjars.npm

react-bootstrap-table

Rebuilt react-bootstrap-table

Versions

Version
3.3.3
3.1.2
3.1.1
2.0.0
1.1.4