T
TanStack3y ago
rival-black

ColumnHelper docs?

So I'm reading docs on Column Defs and I see they use the createColumnHelper to create their columns. Docs: https://tanstack.com/table/v8/docs/guide/column-defs
const columnHelper = createColumnHelper<Person>()
const columnHelper = createColumnHelper<Person>()
Is there more docs on the ColumnHelper object that is created from this? I want to see more information about how to use the columnHelper.accessor() and columnHelper.group() functions
1 Reply
equal-aqua
equal-aqua3y ago
best to see examples, they are lower on the page. https://tanstack.com/table/v8/docs/examples/react/basic
React Table Basic Example | TanStack Table Docs
An example showing how to implement Basic in React Table

Did you find this page helpful?