how use jQuery DataTables to ASP.NET webform ?
how use jQuery DataTables to ASP.NET webform ?
Gheilton
Posts: 1Questions: 1Answers: 0
how use jQuery DataTables to ASP.NET webform ?
not asp.net mvc
This discussion has been closed.
Answers
datatables is just a jquery plugin that will allow you to turn any table into a jquery datatable. You could just use webforms to build your table like normal and then initialize it as a jquery datatable.