Skip to content

Commit 6890946

Browse files
committed
update column widths when header visibility changes
1 parent bac7e4c commit 6890946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/feathergrid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ class FeatherGrid extends Widget {
301301
}
302302

303303
this.grid.headerVisibility = visibility;
304+
this._updateColumnWidths();
304305
}
305306

306307
get headerVisibility(): DataGrid.HeaderVisibility {

0 commit comments

Comments
 (0)