mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Use initialWidth for persisted width
This commit is contained in:
parent
b967c8cb19
commit
5c479e96ad
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ export const getColumnDefs = (columns: PersistedTableColumn[]) => {
|
|||
if (presetColumn) {
|
||||
columnDefs.push({
|
||||
...presetColumn,
|
||||
width: column.width,
|
||||
initialWidth: column.width,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue