Skip to content

Commit 44443a9

Browse files
authored
docs(column-pinning): add section on pinning columns on both sides (#6267)
1 parent 754ba96 commit 44443a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/components/grids_templates/column-pinning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End };
244244

245245
}
246246

247-
Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo bellow for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added ot the toolbar, or simply drag a column to another pinned one.
247+
### Column Pinning on Both Sides
248+
Additionally, you can specify each column pinning location separately, allowing you to pin columns to both sides of the grid for greater convenience and easier optimization of data sets. Please refer to the demo below for further reference. In order to pin a column, please either select a column by clicking on a header and use the pin buttons added to the toolbar, or simply drag a column to another pinned one.
248249

249250
@@if (igxName === 'IgxGrid') {
250251

0 commit comments

Comments
 (0)