how use jQuery DataTables to ASP.NET webform ?

how use jQuery DataTables to ASP.NET webform ?

GheiltonGheilton Posts: 1Questions: 1Answers: 0

how use jQuery DataTables to ASP.NET webform ?
not asp.net mvc

Answers

  • zachpainter77zachpainter77 Posts: 22Questions: 1Answers: 1

    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.

This discussion has been closed.