timkindberg / react-table

⚛️ Hooks for building fast and extendable tables and datagrids for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Used By

These analytics are made available via the awesome Scarf package analytics library

Github Sponsors

This library is being built and maintained by me, @tannerlinsley and I am always in need of more support to keep this project afloat. If you would like to get additional support, add your logo or name on this README, or simply just contribute to my open source Sponsorship goal, visit my Github Sponsors page!

Diamond Sponsors

Get Your Logo Here!

Gold Sponsors

Silver Sponsors

Nozzle - Google Keyword Rank Tracker Nozzle - Google Keyword Rank Tracker

Bronze Sponsors

Supporters

Fans

  • Hugo Meissner
  • Benoit Leger-Derville
  • Thomas Funk
  • David Pickut
  • Jordan Soltman
  • Robert Tajnšek
  • Eric Lanehart (@pushred)
  • Anish P Patel (@anishpatelyaadada)
  • Janus Reith (@janus-reith)
  • Timo Mämecke (@timomeh)
  • Tyler Reiff (@reiff12)
  • Matt Stvartak (@mattstvartak)
  • JP Rosevear (@jprosevear)
  • Stefan Khan-Kernahan (@skhanker)
  • Jesse Jafa (@awareness481)
  • Salik Syed (@saliksyed)
  • Ujjwal Pachori (@UjjwalP2)
  • Chet Corcos (@ccorcos)
  • Yefri Laura (@yefrioscar)
  • Muhammad Umar (@umarmuha)
  • Joe Alden (@joalden)
  • Standard Resume (@StandardResumeSponsors)

Documentation

  • Installation - Walk through how to install React Table
  • Concepts - Read how React Table works and how you can use it better
  • Examples - Experience and learn from some examples and guides of how to use React Table and implement common patterns
  • API - Get to know React Table's API
  • FAQ - Learn how to use React Table for specific challenges and tasks
  • Previous Versions
  • Contributing - Become familiar with how to contribute back to React Table
  • Code of Conduct - Be a good React Table citizen by following these repository rules

Product Examples

The examples below are built by our partners from Creative Tim and demonstrate how React Table can be integrated in real world applications. There are many examples that you can play with and each premium product comes with a free & open source version, too!

Material Dashboard PRO React
Premium: $59 - Lite: Free
Black Dashboard PRO React
Premium: $59 - Lite: Free
Now UI Dashboard PRO React
Premium: $59 - Lite: Free

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.

About

⚛️ Hooks for building fast and extendable tables and datagrids for React

License:MIT License


Languages

Language:JavaScript 100.0%