Skip to content

Commit

Permalink
fix table items
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 11, 2024
1 parent 6df341d commit 8c0bf86
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,14 @@ export class ModulesLayoutObjectTableComponent
this.reDrawTable();
}
}

processItems() {
this.computedItems = this.layout.items.map((item) =>
this._mLayout.computeLayout({
layout: item,
data: this.data,
context: this.context,
}),
);
}
}

0 comments on commit 8c0bf86

Please sign in to comment.