Skip to content

Commit e36c7ee

Browse files
authored
feat(column-pinning): enable both side pinning section for WC (#1754)
1 parent e471b3a commit e36c7ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/en/components/grids/_shared/column-pinning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ const pinningConfig: IgrPinningConfig = { columns: ColumnPinningPosition.End };
299299

300300
`sample="/{ComponentSample}/column-pinning-right-side", height="510", alt="{Platform} {ComponentTitle} column pinning right side"`
301301

302-
<!-- React -->
303-
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.
302+
<!-- React, WebComponents -->
303+
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 to the toolbar, or simply drag a column to another pinned one.
304304

305305
### Demo
306306

307307
`sample="/{ComponentSample}/column-pinning-both-sides", height="510", alt="{Platform} {ComponentTitle} column pinning both sides"`
308-
<!-- end: React -->
308+
<!-- end: React, WebComponents -->
309309

310310

311311
## Custom Column Pinning UI

0 commit comments

Comments
 (0)