jQuery DataTables chính hãng
https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing
jQuery DataTables (1.10.5)
https://www.echosteg.com/jquery-datatables-asp.net-mvc5-server-side
- Create an ASP.NET MVC 5 application with default template in Visual Studios 2013
- Import the generated dataset with 10,000 records
- Create Entity Data Model for the imported dataset using Entity Framework 6.x
- Format view for the demo table
- JavaScript function to make AJAX calls to query the server
- View model class to accept the server parameters
- Controller to accept the sent parameters and return Json results.
- Vertical and horizontal scroll using Scroller extension of the datatables
- Multi-column server-side search
jQuery DataTables Scroller
http://legacy.datatables.net/extras/scroller/
jQuery DataTables Server-Side
https://gooroo.io/GoorooTHINK/Article/16714/Paginating-data-with-Jquery-Datatables-and-ASPNET-MVC/
jQuery DataTables Server-Side Processing
https://www.c-sharpcorner.com/article/Asp-Net-mvc5-datatables-plugin-server-side-integration/
jQuery DataTables
https://www.codeproject.com/tips/1011531/using-jquery-datatables-with-server-side-processin
For ASP.NET 2.0
https://msdn.microsoft.com/en-us/library/bb445504.aspx
For PHP
https://www.phpflow.com/php/datatable-pagination-sorting-and-search-server-side-phpmysql-using-ajax/