title |
---|
Vanilla TS/JS |
The @tanstack/table-core
library contains the core logic for TanStack Table. If you are using a non-standard framework or don't have access to a framework, you can use the core library directly via TypeScript or JavaScript.
Takes an options
object and returns a table.
import { createTable } from '@tanstack/table-core'
const table = createTable(options)