How do I hide a column by default setting in v8?
I would like to provide a list with columns that are hidden by default, unless enabled, in v8.
There is a const [columnVisibility, setColumnVisibility] = React.useState({})
but I do not know if I can add stuff in here to make it hide certain columns or perhaps in the columnHelper.accessor
There is a const [columnVisibility, setColumnVisibility] = React.useState({})
but I do not know if I can add stuff in here to make it hide certain columns or perhaps in the columnHelper.accessor