ServerSide - printing data from selected rows

ServerSide - printing data from selected rows

apu889apu889 Posts: 3Questions: 2Answers: 0

Hi,

i've found amazing plugin that made implementation of selection rows easier, it even had the server-side mechanism. but on ServerSide it just saved the rowId from selected rows on each page. So there's problem when using Print or other Buttons with modifier: {selected: true} , IF the selected rows was on another page, the exported data would be undefined .
so i wondering is it possible if i put manual query on export buttons like SELECT * FROM db WHERE ID= selected rowID OR ID= selected rowID OR ID=... and the result of query data could be obtained for exporting. or is there any workaround else?

The plugin: http://www.gyrocode.com/projects/jquery-datatables-checkboxes/

sorry my bad english

This discussion has been closed.