All Projects → react-bootstrap-table → React Bootstrap Table2

react-bootstrap-table / React Bootstrap Table2

Licence: mit
Next Generation of react-bootstrap-table

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Bootstrap Table2

Ngx Datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Stars: ✭ 4,415 (+305.05%)
Mutual labels:  grid, table
Gridmanager
🌐 表格组件GridManager: 快速、灵活的对Table标签进行实例化,让Table标签充满活力。
Stars: ✭ 622 (-42.94%)
Mutual labels:  grid, table
React Datasheet
Excel-like data grid (table) component for React
Stars: ✭ 4,866 (+346.42%)
Mutual labels:  grid, table
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-61.1%)
Mutual labels:  grid, table
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (-15.5%)
Mutual labels:  grid, table
Nghandsontable
Official AngularJS directive for Handsontable
Stars: ✭ 438 (-59.82%)
Mutual labels:  grid, table
Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (-46.15%)
Mutual labels:  grid, table
Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (-69.36%)
Mutual labels:  grid, table
Jquery Rslitegrid
Input tabular data with your keyboard
Stars: ✭ 5 (-99.54%)
Mutual labels:  grid, table
Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (-31.1%)
Mutual labels:  grid, table
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+297.16%)
Mutual labels:  grid, table
Vue2 Datatable
The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it! (DEPRECATED. As I, @kenberkeley, the only maintainer, no longer works for OneWay. Bugs may be fixed but new features or breaking changes might not be merged. However, it's still the best in my mind because of its extremely flexible usage of dynamic components)
Stars: ✭ 867 (-20.46%)
Mutual labels:  grid, table
Vue Tables
Vue.js grid components
Stars: ✭ 361 (-66.88%)
Mutual labels:  grid, table
React Spreadsheet Grid
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
Stars: ✭ 996 (-8.62%)
Mutual labels:  grid, table
Grid.blazor
Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
Stars: ✭ 335 (-69.27%)
Mutual labels:  grid, table
React Handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Stars: ✭ 511 (-53.12%)
Mutual labels:  grid, table
React Tabulator
React Tabulator is based on tabulator - a JS table library with many advanced features.
Stars: ✭ 295 (-72.94%)
Mutual labels:  grid, table
Vxe Table
🐬 vxe-table vue 表格解决方案
Stars: ✭ 4,242 (+289.17%)
Mutual labels:  grid, table
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+2512.75%)
Mutual labels:  grid, table
Puregrid
Lightweight JavaScript Grid/SpreadSheet component written in pure JavaScript
Stars: ✭ 10 (-99.08%)
Mutual labels:  grid, table

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].