Properties
dragulaClassSelector
dragulaClassSelector: string = "null"
dragulaDrag
dragulaDrag: EventEmitter<any> = new EventEmitter<any>()
dragulaDrop
dragulaDrop: EventEmitter<any> = new EventEmitter<any>()
dragulaModel
dragulaModel: any
dragulaName
dragulaName: string
subscriptionDrag
subscriptionDrag: any = null
subscriptionDrop
subscriptionDrop: any = null
Drag and drop directive used with the underlying ngx-datatable component.
Note: When drag and drop is avaiable upstream, this functionlity will likely be removed
See: https://github.com/swimlane/ngx-datatable/issues/411