September 2016
Beginner to intermediate
186 pages
3h 28m
English
In order to implement the jQuery DataTables plugin, you'll first need to create a new view that will list data inside an HTML table. For this example, you'll create a view that displays a list of customers. The list can be read from any data source, such as a SQL Server database. In this example, a simple List object will be used.
To accomplish this, complete the following steps:
CustomerController.cs to the Controllers folder.Models to the root of your project and add a new class called Customer.cs to it.Customer class will be used to retrieve a list of sample customer records. The code for the class is as follows:...
Read now
Unlock full access