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)
import { createTable } from '@tanstack/table-core'
const table = createTable(options)
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.