1.1.0 • Published 3 months ago

@dck/rescript-tanstack-react-table v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

rescript-tanstack-react-table

ReScript bindings for @tanstack/react-table (targeted version : ~8.12.0)

Setup

  1. 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
  1. 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
1.1.0

3 months ago

1.0.0

3 months ago