React Table
OverviewOfficial Website
TanStack Table is a supercharge your tables or build a datagrid from scratch for TS/JS, React.
Add Package
yarn add @tanstack/react-table
Import Package
import Table from "@tanstack/react-table";
Remove Package
yarn remove @tanstack/react-table (or you can remove package by removing
specific package from package.json )