I am trying to create package using angular and c#, I have a custom section in my umbraco backoffice and i am trying to display data using jQuery Datatable in that section, but i am getting
Uncaught TypeError: $(...).DataTable is not a function
I have tried to use jQuery.noConflict() but ain't working. What could be the possible solution?