Exit print view causes request to server
Exit print view causes request to server
musium
Posts: 11Questions: 5Answers: 0
Hi Community
I’m using DataTables with server side processing in my Application. Now I’ve noticed that DataTables makes a request to the server when a user exits the print view.
Is there a way to turn this “feature” off?
I found only this question from 2009: http://cdpsecurecdp.datatables.net/forums/discussion/771/table-tools-print-view-shows-processing-after-escape
This discussion has been closed.
Answers
Are you using server-side processing? If so, then this is currently unavoidable as the table does a redraw at that point and in SSP mode a draw always means an Ajax request.
I've been working on a rewrite of the print functionality that will work differently and will resolve this issue. The new software will be released later this month.
Allan
Hi Allan
Yes I’m using server side processing.
Thank you very much for your work.
I’m looking forward looking forward to test the new version.
musium