how to use datatable in mvc.net core
how to use datatable in mvc.net core
jadhav_vilas84@yahoo.com
Posts: 1Questions: 1Answers: 0
Hi ,
Please suggest how to use datatable in MVC .net core ..Please help , I had tried to use bit it is not working .
thanks
vilas
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I have the same problem as Vilas.
I'm trying to setup datatables in an ASP.NET Core MVC project
As you can see, both JQuery and Datatables are referenced in my web page, and the error I receive is
Here is my bower.json file:
Just came to a solution by myself. Once inspected the generated HTML I found that datatables scripts were loaded before JQuery, hence the error.