-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
In the config object passed to addHiddenColumns, setting initialHiddenColumnIds to an array of column id's should result in the specified columns to be hidden by default.
I wasn't able to get this functionality working in my application or the REPL.
To reproduce, go to the Kitchen Sink REPL and add the following:
const table = createTable(data, {
//...
hideColumns: addHiddenColumns({
initialHiddenColumnIds: ["age"]
}),
//...
});
I'd expect the age column to be hidden by the time the component mounts. Any thoughts?
Update:
See @moalamri 's comment below for workaround!
tim-lux, moalamri, TKasperczyk and Gildedter
Metadata
Metadata
Assignees
Labels
No labels