Can I use this editor on Angular 5.0 ?

Can I use this editor on Angular 5.0 ?

clabnetclabnet Posts: 1Questions: 1Answers: 0

Is there a directive to wrap DataTables Editor using Angular 5.0?

Answers

  • allanallan Posts: 62,992Questions: 1Answers: 10,367 Site admin

    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

  • jarrettjjarrettj Posts: 13Questions: 4Answers: 0

    +1

  • naspersgaspnaspersgasp Posts: 53Questions: 14Answers: 1

    Nevermind got it to work fine :-D

  • jahnelgroupjahnelgroup Posts: 6Questions: 1Answers: 0
    edited October 2018

    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'.

This discussion has been closed.