TableTools + bServerSide + sAjaxSource = problem
TableTools + bServerSide + sAjaxSource = problem
korro
Posts: 3Questions: 0Answers: 0
Hello.
As in title, i'm trying to use DataTables with TableTools.
Copy and exports work fine, but i have problem with print.
When i click print button, print template is showing, but data disappears from table.
After watching requests to backend, i find out, that script is sending wrong data:
iDisplayStart=0
iDisplayLength=-1
are sent to server.
Do you think is bug or maybe it's my fault?
Regards.
As in title, i'm trying to use DataTables with TableTools.
Copy and exports work fine, but i have problem with print.
When i click print button, print template is showing, but data disappears from table.
After watching requests to backend, i find out, that script is sending wrong data:
iDisplayStart=0
iDisplayLength=-1
are sent to server.
Do you think is bug or maybe it's my fault?
Regards.
This discussion has been closed.
Replies
Am I right?
Worth noting that TableTools doesn't really support server-side processing at the moment, since it will only export the data on the client-side (i.e. the current page). The print feature is an exception since it actively redraws the table.
Allan