Skip to content

Commit 545efc2

Browse files
committed
fix: Resolve container items collision during sub-grid wrapper instantiation (#9607)
1 parent 36b45d7 commit 545efc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/grid/Container.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ class GridContainer extends BaseContainer {
601601
return ClassSystemUtil.beforeSetInstance(value, GridBody, {
602602
flex : 1,
603603
gridContainer: me,
604-
parentId : me.id,
605604
store : me.store,
606605
theme : me.theme,
607606
useInternalId: me.useInternalId
@@ -653,7 +652,6 @@ class GridContainer extends BaseContainer {
653652

654653
return ClassSystemUtil.beforeSetInstance(value, header.Toolbar, {
655654
flex : 'none',
656-
parentId : me.id,
657655
showHeaderFilters : me.showHeaderFilters,
658656
sortable : me.sortable,
659657
theme : me.theme,

0 commit comments

Comments
 (0)