mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Add extraProps param on column defs
This commit is contained in:
parent
3df2915f5f
commit
897af4661b
2 changed files with 3 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ export const getColumnDefs = (columns: PersistedTableColumn[]) => {
|
|||
columnDefs.push({
|
||||
...presetColumn,
|
||||
initialWidth: column.width,
|
||||
...column.extraProps,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue