@dck/rescript-tanstack-react-table
v1.1.0
Published
ReScript bindings for tanstack-react-table
Downloads
8
Readme
rescript-tanstack-react-table
ReScript bindings for @tanstack/react-table (targeted version : ~8.12.0)
Setup
- Install the module
bun install @dck/rescript-tanstack-react-table
# or
yarn install @dck/rescript-tanstack-react-table
# or
npm install @dck/rescript-tanstack-react-table- Add it to your
rescript.jsonconfig
{
"bsc-dependencies": ["@dck/rescript-tanstack-react-table"]
}Usage
The functions can be accessed through ReactTable module.
Basic
Pagination
Development
Install deps
bun installCompiles files
bun run devRun examples
bun run examples