How to do server side DataTable in Classic asp
How to do server side DataTable in Classic asp
levj
Posts: 2Questions: 1Answers: 0
I want to reproduce this example: https://datatables.net/examples/data_sources/server_side.html using classic asp.
I'm getting data through a database. I want to display this data in a table use jQuery datatable. Please help.
I would like to know how to do the ajax and server side parts. Thank you
This discussion has been closed.
Answers
A forum search finds this:
https://datatables.net/development/server-side/asp_classic
among other relevant posts.
It should be pointed out that the script @tangerine links to uses the legacy server-side processing options. If you want to use the modern 1.10 style you would need to update the script.
Allan
I saw these posts and they didn't help solve the problem using classic asp