Back to Table

Vanilla TS/JS

docs/vanilla.md

8.21.3393 B
Original Source

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.

_createTable

Takes an options object and returns a table.

tsx
import { _createTable } from '@tanstack/table-core'

const table = _createTable(options)