
DotNet Core DataTables Grid
Hot or Not
External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

Description
Using technologies:
- MVC dotnet core 5/6
- Bootstrap 3/4/5
- jQuery, jQuery UI
- jQuery datatables.net
Features:
- MVC – Bootstrap 3/4/5
- Responsive
- Server side and Client side filter
- Column level filter
- Column sorting
- Export data – Copy, CSV, Excel, PDF, Print
- Range Filter
- Autocomplete filter
- Drop down filter
- Date filter
- Between number filter
- Common search textbox
- Paging
- No of entries show
- Reset all column filters
How to run in VS Code
- Before run you need to crate databse with name “DataTablesDemo” and restore database from “DataTablesDemo.bak” file
- Update DefaultConnection string in appsettings.json and appsettings.Development.json
dotnet restore dotnet build dotnet run