react-table

WebJar for react-table

License

License

MIT
Categories

Categories

Github Development Tools Version Controls React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-react-tools-react-table
Last Version

Last Version

6.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

react-table
WebJar for react-table
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/react-tools/react-table

Download github-com-react-tools-react-table

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : classnames jar [2.2.5,3)

Project Modules

There are no modules declared in this project.

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.

org.webjars.npm

React Tools

Versions

Version
6.6.0
6.5.3