Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgxDataTableDndDirective

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

Hierarchy

  • NgxDataTableDndDirective

Implements

  • AfterViewInit
  • OnChanges
  • OnDestroy
  • OnInit

Index

Constructors

constructor

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

Methods

ngAfterViewInit

  • ngAfterViewInit(): void

ngOnChanges

  • ngOnChanges(changes: object): void

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

Generated using TypeDoc