Giter Club home page Giter Club logo

react-bootstrap-table2's Introduction

BN fork

Build Status

This is a fork of Allen Fangs react-bootstrap-table2 repo, which is the repo for react-bootstrap-table-next on npm.

That repo seems to have been abandoned, so this fork was created simply to keep packages up to date with security fixes.

Specific packages from this repo can be used via gitpkg.now.sh: e.g (packages from tag v1.0.0 in this repo):

yarn add https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2?v1.0.0

yarn add https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2-editor?v1.0.0

yarn add https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2-filter?v1.0.0

Or by adding directly to package.json. e.g (packages from tag v1.0.0 in this repo)

    "react-bootstrap-table-next": "https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2?v1.0.0",
    "react-bootstrap-table2-editor": "https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2-editor?v1.0.0",
    "react-bootstrap-table2-filter": "https://gitpkg.now.sh/notyohclone/react-bootstrap-table2/packages/react-bootstrap-table2-filter?v1.0.0",

release new version of BN Fork

  • locally (in new branch, after making changes, and bumping version string in root package.json):
yarn test
yarn build
git add .
git commit -m"Bump version"
git push
  • on Github
    • merge PR
    • create new release with tag matching new version string in root package.json

react-bootstrap-table2

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

react-bootstrap-table2's People

Contributors

allenfang avatar chunming-c avatar varney avatar maxwellonjoro avatar prajapati-parth avatar michael-hanley avatar chimericdream avatar ymbere avatar ignalion avatar cybai avatar yassienw avatar vinzentt avatar osiux avatar patrickomeara avatar smaransingh avatar supremebeing7 avatar konekoya avatar thevangelist avatar jehartzog avatar khanind avatar wparrott-touchnet avatar nthgol avatar nixonk avatar norbertnemeth avatar doarakko avatar zhr1130 avatar rwaskiewicz avatar sartaj10 avatar utkarshpramodgupta avatar enf0rc3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.