Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 124

how to implemenent real server side pagination

$
0
0

i need to implement a real server side pagination based on sql requets like SELECT ... LIMIT x,y
my datatable is still offering pagination capabilities (full_number) on the user interface,
but data are requested once via ajax request.
i want the data to be requested when needed.
how can i do this?
thanks four help.


Viewing all articles
Browse latest Browse all 124

Trending Articles