Skip to content

Commit

Permalink
feat(plugin): add row move shadow item while moving/dragging row
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 28, 2021
1 parent 2a7f366 commit 9cf714f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/examples/grid-rowmove.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export class GridRowMoveComponent implements OnInit {
singleRowMove: true,
disableRowSelection: true,
cancelEditOnDrag: true,
hideRowMoveShadow: false,
width: 30,
onBeforeMoveRows: this.onBeforeMoveRow.bind(this),
onMoveRows: this.onMoveRows.bind(this),
Expand Down

0 comments on commit 9cf714f

Please sign in to comment.