The fact that you're using ASP.NET MVC is irrelevant to your problem. Use MVC and razor to create a table on your view, only then do you add DataTables and any additional extensions.
This isn't always the case. If you where using server side paging you would start with an empty table and use Ajax (or whatever) to fill the table dynamically.
Replies
The fact that you're using ASP.NET MVC is irrelevant to your problem. Use MVC and razor to create a table on your view, only then do you add DataTables and any additional extensions.
This isn't always the case. If you where using server side paging you would start with an empty table and use Ajax (or whatever) to fill the table dynamically.
Ok i'll figure it out.