$.fn.dataTable is undefined #1639
-
I am using angular-datatables v 11.2 In my component.ts :
The error I am getting is
why I am not able to get $.fn.dataTable?? how to fix this error? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, It looks like
For best results, I recommend creating a small, reproducible GitHub repo or StackBlitz link to investigate. |
Beta Was this translation helpful? Give feedback.
-
I found the issue. I was loading jquery multiple times. Solved it. thanks |
Beta Was this translation helpful? Give feedback.
I found the issue. I was loading jquery multiple times. Solved it. thanks