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) {
|
if (presetColumn) {
|
||||||
columnDefs.push({
|
columnDefs.push({
|
||||||
...presetColumn,
|
...presetColumn,
|
||||||
width: column.width,
|
initialWidth: column.width,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue