Bram Groothedde
Results
2
comments of
Bram Groothedde
I have created a double click directive. Here to use it: ``` ``` The directive: ``` @Directive({ selector: '[appNgxDatatableDblClick]', }) export class NgxDatatableDblClickDirective implements OnInit { @Output('appNgxDatatableDblClick') dblClick = new...
You're welcome :) Yes, that sounds better to me.