Not sending get request.
Not sending get request.
I'm new to Data Tables plugin and i successful initialized it.
I displayed tables from server response as json string through php
the table is displayed correctly.
but problem is all rows of my table with out limit are loaded. and browser is not sending get requests to get up date from the server insded performing sorting and paging directly from browser.
but i observed from the example http://datatables.net/release-datatables/examples/server_side/server_side.html
it is sending get request and updating each time when i hit next prev or sorting buttons.
Thanks for all developers and contributors for the best plugin ever!
I displayed tables from server response as json string through php
the table is displayed correctly.
but problem is all rows of my table with out limit are loaded. and browser is not sending get requests to get up date from the server insded performing sorting and paging directly from browser.
but i observed from the example http://datatables.net/release-datatables/examples/server_side/server_side.html
it is sending get request and updating each time when i hit next prev or sorting buttons.
Thanks for all developers and contributors for the best plugin ever!
This discussion has been closed.
Replies
Allan
debug code is : ehirom
From that you haven't got server-side processing enabled, so it is doing client-side processing:
You might want to read these parts of the documentation:
http://datatables.net/usage/#data_sources
http://datatables.net/usage/server-side
Allan
"Showing 1 to NaN of NaN entries (filtered from NaN total entries)"
and next and pre buttons are not working.