[ADF-4444] drag and drop fixes (#4674)

* more granular control over drag and drop

* fix performance, internal drop-zone directive
This commit is contained in:
Denys Vuika
2019-04-30 14:53:37 +01:00
committed by Eugenio Romano
parent 2edee23bdd
commit 55113f37b6
9 changed files with 140 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ export * from './data/object-datacolumn.model';
export * from './components/datatable/data-cell.event';
export * from './components/datatable/data-row-action.event';
export * from './components/datatable/drop-zone.directive';
export * from './components/datatable/datatable-cell.component';
export * from './components/datatable/datatable.component';
export * from './components/datatable/date-cell.component';