@dck/rescript-tanstack-react-table
v1.1.0
Published
ReScript bindings for tanstack-react-table
Downloads
4
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.json
config
{
"bsc-dependencies": ["@dck/rescript-tanstack-react-table"]
}
Usage
The functions can be accessed through ReactTable
module.
Basic
Pagination
Development
Install deps
bun install
Compiles files
bun run dev
Run examples
bun run examples