All Projects → tannerlinsley → React Table

tannerlinsley / React Table

Licence: mit
⚛️ Hooks for building fast and extendable tables and datagrids for React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Table

ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (-44.45%)
Mutual labels:  pagination, sorting, grid, table, datatable, datagrid, filtering, grouping
svelte-datagrid
Svelte data grid spreadsheet best best features and performance from excel
Stars: ✭ 48 (-99.7%)
Mutual labels:  sorting, grid, datatable, datagrid, filtering, grouping
Vue Bootstrap4 Table
Advanced table based on Vue 2 and Bootstrap 4 ⚡️
Stars: ✭ 187 (-98.81%)
Mutual labels:  filtering, table, pagination, sorting, datatable
Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (-97.88%)
Mutual labels:  grid, table, pagination, datagrid, datatable
Vuejs Datatable
A Vue.js component for filterable and paginated tables.
Stars: ✭ 148 (-99.06%)
Mutual labels:  filtering, table, pagination, sorting, datatable
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (-99.26%)
Mutual labels:  grid, table, datagrid, datatable
Ngx Datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Stars: ✭ 4,415 (-71.95%)
Mutual labels:  grid, table, datagrid, datatable
Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (-96.27%)
Mutual labels:  grid, table, datagrid, datatable
Blazortable
Blazor Table Component with Sorting, Paging and Filtering
Stars: ✭ 249 (-98.42%)
Mutual labels:  filtering, grid, table, sorting
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (-96.36%)
Mutual labels:  grid, table, datagrid, datatable
Vue Table Dynamic
🎉 A dynamic table with sorting, filtering, editing, pagination, multiple select, etc.
Stars: ✭ 106 (-99.33%)
Mutual labels:  filtering, table, pagination, sorting
Angular Slickgrid
Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
Stars: ✭ 298 (-98.11%)
Mutual labels:  grid, datagrid, datatable
Reactgrid
Add spreadsheet-like behavior to your React app
Stars: ✭ 289 (-98.16%)
Mutual labels:  table, datagrid, datatable
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (-88.19%)
Mutual labels:  grid, datagrid, datatable
Material Table
Datatable for React based on material-ui's table with additional features
Stars: ✭ 3,198 (-79.68%)
Mutual labels:  table, datagrid, datatable
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-97.31%)
Mutual labels:  grid, table, datagrid
Vue Tables 2
Vue.js 2 grid components
Stars: ✭ 1,518 (-90.36%)
Mutual labels:  grid, table, datatable
Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (-99.52%)
Mutual labels:  filtering, pagination, sorting
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 (-94.49%)
Mutual labels:  grid, table, datatable
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-99.36%)
Mutual labels:  grid, datagrid, datatable

React Table Header

Hooks for building lightweight, fast and extendable datagrids for React

#TanStack semantic-release Join the discussion on Github

Enjoy this library? Try them all! React Query, React Form, React Charts

Visit react-table.tanstack.com for docs, guides, API and more!

Quick Features

  • Lightweight (5kb - 14kb+ depending on features used and tree-shaking)
  • Headless (100% customizable, Bring-your-own-UI)
  • Auto out of the box, fully controllable API
  • Sorting (Multi and Stable)
  • Filters
  • Pivoting & Aggregation
  • Row Selection
  • Row Expansion
  • Column Ordering
  • Animatable
  • Virtualizable
  • Resizable
  • Server-side/controlled data/state
  • Extensible via hook-based plugin system

Become a Sponsor

Previous Versions

Version 6

v6 is a great library and while it is still available to install and use, I am no longer offering any long-term support for it. If you intend to keep using v6, I recommend maintaining your own fork of the library and keeping it up to date for your version of React.

Where are the docs for the older v6 version?

Please visit the v6 branch

I want to migrate from v6 to v7. How do I do that?

The differences between the 2 versions are incredibly massive. Unfortunately, I cannot write a one-to-one upgrade guide for any of v6's API, simply because much of it is irrelevant with v7's headless approach. The best approach for migrating to v7 is to learn its API by reading the documentation and then following some of the examples to begin building your own table component.

In case you would need to have both v6 and v7 in one app during the migration process (large codebase, complex use cases), you can either (1) fork and maintain your own local version of React Table v6 or (2) install the react-table-6 alias package for use alongside the react-table package.

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].