@@ -14,8 +14,15 @@ The Ignite UI for {Platform} {ComponentTitle} provides a Cell Merging feature th
1414
1515## {Platform} {ComponentTitle} Cell Merging Example
1616
17- ` sample="/{ComponentSample}/cell-merge", height="700", alt="{Platform} {ComponentTitle} Cell Merging Example" `
18-
17+ <!-- ComponentStart: Grid -->
18+ ` sample="/{ComponentSample}/cell-merge", height="600", alt="{Platform} {ComponentTitle} Cell Merging Example" `
19+ <!-- ComponentEnd: Grid -->
20+ <!-- ComponentStart: HierarchicalGrid -->
21+ ` sample="/{ComponentSample}/cell-merge", height="475", alt="{Platform} {ComponentTitle} Cell Merging Example" `
22+ <!-- ComponentEnd: HierarchicalGrid -->
23+ <!-- ComponentStart: TreeGrid -->
24+ ` sample="/{ComponentSample}/cell-merge", height="755", alt="{Platform} {ComponentTitle} Cell Merging Example" `
25+ <!-- ComponentEnd: TreeGrid -->
1926## Enabling and Using Cell Merging
2027Cell merging in the grid is controlled at two levels:
2128 - Grid-level merge mode – determines when merging is applied.
@@ -213,11 +220,18 @@ constructor() {
213220 grid .cellMergeMode = ' always' ;
214221}
215222```
223+
224+ ### Demo
216225<!-- end: WebComponents -->
217226<!-- ComponentStart: Grid -->
218- ### Demo
219- ` sample="/{ComponentSample}/cell-merge-custom-sample", height="700", alt="{Platform} {ComponentTitle} Cell Merging Example" `
227+ ` sample="/{ComponentSample}/cell-merge-custom-sample", height="600", alt="{Platform} {ComponentTitle} Cell Merging Example" `
220228<!-- ComponentEnd: Grid -->
229+ <!-- ComponentStart: HierarchicalGrid -->
230+ ` sample="/{ComponentSample}/cell-merge-custom-sample", height="425", alt="{Platform} {ComponentTitle} Cell Merging Example" `
231+ <!-- ComponentEnd: HierarchicalGrid -->
232+ <!-- ComponentStart: TreeGrid -->
233+ ` sample="/{ComponentSample}/cell-merge-custom-sample", height="755", alt="{Platform} {ComponentTitle} Cell Merging Example" `
234+ <!-- ComponentEnd: TreeGrid -->
221235
222236## Feature Integration
223237Due to the specific behavior of merged cells it has to be noted how exactly it ties together with some of the other features of the grid:
0 commit comments