DataTables Server-Side script help - not using a database

DataTables Server-Side script help - not using a database

htanyahtanya Posts: 4Questions: 0Answers: 0
edited July 2013 in General
Hello,
I am new to DataTables and creating websites. I have run into a difficulty lately when wanting to use server_processing offered in DataTables.

I have gotten DataTables to work for my website for an html table. The table is populated with SPARQL queries, and thus is not a database. My endpoint has A LOT of data in it, which is why I would like to use server-side script to allow pagination of my table. Looking at example codes, all I see is scripts to use with a database (such as SQL)! Is it possible to still use DataTables and create a modified server-side script? If so, how would I approach the pagination step?

Thank you.
This discussion has been closed.