Where and How to Add DataTables to MVC 6 project?
问题 I am attempting to get DataTables working in MVC 6 project. I've got the whole project working but when trying to list users it doesn't use the DataTables. I'm not sure where and what to add to the MVC 6 project. Everything is in a different location. I ran the Nuget Package Manager and found something and it added this to my project.json file: "jquery.datatables": "1.10.10" But DataTables isn't working. I know this is a terrible description of my problem but I'm pretty sure I just don't have