Can JQuery DataTable use the DataTable Class in C# ?
Can JQuery DataTable use the DataTable Class in C# ?
chelseajcole
Posts: 12Questions: 0Answers: 0
I want to know that can jquery DataTable plug-ins can use the datatable in c#? Right now, the datatable in c# is a class, can jquery make a call or something so that it can use the datatable in c# directly? How can do that?
This discussion has been closed.
Replies
Basically DataTables can consume data from HTML, Javascript or a JSON source. If you can get your data into any of those formats then DataTables will do the job nicely.
Allan