"bPaginate" : true Does this load the whole dataset the paginate client side =>
"bPaginate" : true Does this load the whole dataset the paginate client side =>
sworkman24
Posts: 1Questions: 1Answers: 0
"bPaginate" : true
Does this load the whole dataset then paginate client side or does it create round trips to the server.
Discussing this with a few people here at the shop and we have differing opinions. As best I can tell, its all loaded and handled client side. Sorry if this is answered elsewhere, but I cannot find it.
Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
When using client-side mode (
serverSide
orbServerSide
is not used or set tofalse
), DataTables will expect that the whole dataset is provided.When using server-side mode (
serverSide
orbServerSide
is set totrue
), DataTables will expect that only one page is provided.See Processing modes for more details.
See more articles about jQuery DataTables on gyrocode.com.