Use initialWidth for persisted width

This commit is contained in:
jeffvli 2022-12-28 01:45:08 -08:00
parent b967c8cb19
commit 5c479e96ad

View file

@ -223,7 +223,7 @@ export const getColumnDefs = (columns: PersistedTableColumn[]) => {
if (presetColumn) {
columnDefs.push({
...presetColumn,
width: column.width,
initialWidth: column.width,
});
}
}