Can I use this editor on Angular 5.0 ?
Can I use this editor on Angular 5.0 ?
clabnet
Posts: 1Questions: 1Answers: 0
Is there a directive to wrap DataTables Editor using Angular 5.0?
This discussion has been closed.
Answers
There isn't one provided by us yet I'm afraid. That is something that we need to look into but haven't had a chance to do so yet.
Allan
+1
Nevermind got it to work fine :-D
How did you get it to work? On:
const editor = new $.fn.dataTable.Editor( {
table: 'table'
});
I'm getting:
Property 'Editor' does not exist on type 'StaticFunctions'.