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
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()
functionsColumns | TanStack Table Docs
API
Table API
1 Reply
equal-aqua•3y 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