Package Exports
- react-table
- react-table/dist/react-table.development
- react-table/dist/react-table.development.js
- react-table/index.js
- react-table/package.json
- react-table/src/filterTypes.js
- react-table/src/hooks/useTable.js
- react-table/src/plugin-hooks/useGlobalFilter.js
- react-table/src/plugin-hooks/usePagination.js
- react-table/src/plugin-hooks/useSortBy.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Table v7
Visit react-table-v7.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