Skip to content

Commit

Permalink
Changing a link id
Browse files Browse the repository at this point in the history
  • Loading branch information
tbelcheva committed Nov 10, 2017
1 parent c3cfeab commit 40132a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This topic contains the following sections:
- [Enabling Cell Merging in ASP.NET MVC](#enabling-mvc)
- [**Configuring when Cell Merging is applied**](#mergeOn)
- [For all columns](#mergeOn-all)
- [For specific columns](#mergeOn-all)
- [For specific columns](#mergeOn-column)
- [**Related Content**](#related-content)
- [Topics](#topics)

Expand Down Expand Up @@ -139,7 +139,7 @@ $("#grid1").igGrid({
)
```

### <a id="mergeOn-all"></a> For specific columns
### <a id="mergeOn-column"></a> For specific columns

The following sample demonstrates how to set the Cell Merging’s mergeOn rule so that the cells for column with key "City" will be merged at all times.

Expand Down

0 comments on commit 40132a6

Please sign in to comment.