mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 09:54:18 +02:00
Use initialWidth for persisted width
This commit is contained in:
@@ -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 New Issue
Block a user