Framework
Version
Enterprise

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.

createTable

Takes an options object and returns a table.

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

const table = createTable(options)
import { createTable } from '@tanstack/table-core'

const table = createTable(options)
Our Partners
AG Grid
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.