Add extraProps param on column defs

This commit is contained in:
jeffvli 2023-05-20 18:41:24 -07:00
parent 3df2915f5f
commit 897af4661b
2 changed files with 3 additions and 0 deletions

View file

@ -320,6 +320,7 @@ export const getColumnDefs = (columns: PersistedTableColumn[]) => {
columnDefs.push({
...presetColumn,
initialWidth: column.width,
...column.extraProps,
});
}
}