TS2339 error, Typescript
TS2339 error, Typescript

I have this error : TS2339: Property 'DataTable' does not exist on type 'JQuery<HTMLElement>' ,
Anyone know, how can I fix this error!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @3000volt ,
Try
require
as in the example here. If that doesn't help, these two threads (here and here) should help diagnose,Cheers,
Colin
thanks colin, now the error is corrected