Skip to content

Commit 3d6fc44

Browse files
committed
refactor(grid): add requested change
1 parent ea78a7a commit 3d6fc44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: projects/igniteui-angular/src/lib/grids/columns/column.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ export class IgxColumnComponent implements AfterContentInit, OnDestroy, ColumnTy
422422
@Input()
423423
public disablePinning = false;
424424
/**
425+
* @deprecated in version 13.1.0. Use `IgxGridComponent.moving` instead.
426+
*
425427
* Sets/gets whether the column is movable.
426428
* Default value is `false`.
427429
*
428-
* @deprecated in version 13.1.0. Use `IgxGridComponent.moving` instead.
429-
*
430430
* ```typescript
431431
* let isMovable = this.column.movable;
432432
* ```

0 commit comments

Comments
 (0)