You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to customize multiple columns at once (those columns should have the same customization) using colDef. Unfortunately, it seems that I can only custom one column at a time by specifying the column name. defaultColDef is no use for me as I would like to modify only some columns and not all columns.
Does it exist a way to apply colDef to multiple columns at once ?
If not, would this be a possible feature ? Or does anyone have a solution to this issue ?
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered:
Columns are a list of reactable::colDef() objects, so it's possible to programmatically generate and reuse column definitions. I wrote up a short guide on reusing column definitions once, so this may help: #197 (comment)
Hi, I'm trying to customize multiple columns at once (those columns should have the same customization) using colDef. Unfortunately, it seems that I can only custom one column at a time by specifying the column name. defaultColDef is no use for me as I would like to modify only some columns and not all columns.
Does it exist a way to apply colDef to multiple columns at once ?
If not, would this be a possible feature ? Or does anyone have a solution to this issue ?
Thanks in advance for the help.
The text was updated successfully, but these errors were encountered: