C307984 automated (#4657)

This commit is contained in:
gmandakini
2019-04-26 17:22:22 +01:00
committed by Eugenio Romano
parent 934386fb16
commit f24245aa23
4 changed files with 46 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<h1>DataTable Drag and Drop Demo</h1>
<div
<div data-automation-id="datatable"
(header-drop)="onDrop($event)"
(cell-drop)="onDrop($event)">
<adf-datatable [data]="data"></adf-datatable>