ServerSide jQuery DataTables in ASP.NET Core


Project Url

In large amount of data, we can use regular table or grid system. But it will work very slow. in that case we can use Server-Side jQueryDataTables. In jQuery datatables we can declare how many data we will retrieve. So all data will not retrieve, that's why web application will work smoothly.

Dashboard

This is Dashboard page. User can navigate Product list or Sale list page.


Product

This is Product page. All Product are available here. User can filter product by Product Name, Brand, Model, Size and Price. This data-table is fully server-side.
This is Product page. All Product are available here. User can filter product by Product Name, Brand, Model, Size and Price. This data-table is fully server-side.


Sale

This is Sale Page. All Sale list available here.