Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions en/components/grids_templates/cell-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The Ignite UI for Angular @@igComponent provides a Cell Merging feature that com
## Angular Cell Merging Example

@@if(igxName === 'IgxGrid'){
<code-view style="height:755px"
<code-view style="height:600px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/grid/grid-cellMerge" alt="Angular Cell Merging Example">
</code-view>
}
@@if(igxName === 'IgxHierarchicalGrid'){
<code-view style="height:755px"
<code-view style="height:475px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-cell-merge" alt="Angular Cell Merging Example">
</code-view>
Expand Down Expand Up @@ -172,12 +172,25 @@ protected customStrategy = new MyCustomStrategy();
@@if(igxName === 'IgxGrid'){

### Demo

<code-view style="height:755px"
<code-view style="height:600px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/grid/grid-cellMerge-custom" alt="Angular Cell Merging Example with Custom Condition">
</code-view>
}
@@if(igxName === 'IgxHierarchicalGrid'){
### Demo
<code-view style="height:425px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-cell-merge-custom" alt="Angular Cell Merging Example with Custom Condition">
</code-view>
}
@@if(igxName === 'IgxTreeGrid'){
### Demo
<code-view style="height:755px"
data-demos-base-url="{environment:demosBaseUrl}"
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-cell-merge-custom" alt="Angular Cell Merging Example with Custom Condition">
</code-view>
}

## Feature Integration

Expand Down