I am new to Asp.net MVC.Previously I have used asp.net web form. Now I am moving to Asp.net mvc.In my application I want to show data to user which has paging,sorting and edit and delete link button. Which will be the better option doing this in asp.net MVC. Jquery Datatable? or any other.
//cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css //cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js
Is it good to include these files in project for JqueryDataTable. If any issue on that websites's server,will my project affect.