Skip to content

Commit 6cee400

Browse files
committed
fix: Enable horizontal scrolling by forcing Row VDOM updates on column mount change (#8971)
1 parent f691b3f commit 6cee400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grid/Body.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class GridBody extends Container {
353353
* @protected
354354
*/
355355
afterSetMountedColumns(value, oldValue) {
356-
oldValue && this.createViewData()
356+
oldValue && this.createViewData(false, true)
357357
}
358358

359359
/**

0 commit comments

Comments
 (0)