TanStackT
TanStack3y ago
3 replies
progressive-amaranth

Hide Column in react-table v8

I try to hide a column, by using this in my columns definition:
  columnHelper.accessor("lastName", {
    enableHiding: true,
  }),


but it is still visible
not sure what I have to add to remove a column but still be able to use it for global sorting
Was this page helpful?