mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Use initialWidth for persisted width
This commit is contained in:
@@ -223,7 +223,7 @@ export const getColumnDefs = (columns: PersistedTableColumn[]) => {
|
||||
if (presetColumn) {
|
||||
columnDefs.push({
|
||||
...presetColumn,
|
||||
width: column.width,
|
||||
initialWidth: column.width,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user