Server side data with limited results
Server side data with limited results
tarciozemel
Posts: 1Questions: 0Answers: 0
Hi, everyone! I'm new in this forum about the great DataTables and, after read MANY topics and don't found a solution to my question, I'm here, in a new topic.
I'm using DataTables with AJAX server data with success (using the codes of example in this site). By the way, I'm using some plugins (ColReorder and ColVis), i18n with external file and the pipelining script (http://www.datatables.net/examples/server_side/pipeline.html).
However, I can't do a thing: limit the total results displayed!
For example: the target-table have 5000 rows, but I need retrieve ONLY 100 and do the operations (search, filter, paginate, etc) only with this 100 first rows of the table.
Someone please help me? :-)
PS: Here is my code: http://pastebin.com/1kHZ813z
I'm using DataTables with AJAX server data with success (using the codes of example in this site). By the way, I'm using some plugins (ColReorder and ColVis), i18n with external file and the pipelining script (http://www.datatables.net/examples/server_side/pipeline.html).
However, I can't do a thing: limit the total results displayed!
For example: the target-table have 5000 rows, but I need retrieve ONLY 100 and do the operations (search, filter, paginate, etc) only with this 100 first rows of the table.
Someone please help me? :-)
PS: Here is my code: http://pastebin.com/1kHZ813z
This discussion has been closed.