Hello all!
Is there an option to print selected rows from a grid?
Thank you very much!
Regards
Alberto
Hi,
Currently it is not supported, however i am adding it in todos.
You can have a custom toolbar button, that will pass the selected ids as querystring to your php custom export page.
Refer demos/appear/toolbar-button.php
I just added this function to select rows and columns at runtime and do an export.
This will export PDF of selected rows/cols, which can be printed using PDF viewer.
Emailing you latest build.
Select columns using column chooser and rows by multiselect option, then click Export selected button.
Demo: http://phpgrid.org/demo/demos/export/export-selected.php
Code: http://phpgrid.org/demo/demos/export/export-selected.phps
Hello!
I tried to do it locally and this code with the phpgrid database prints all the rows from the clients table.
The demo in your site works fine (http://phpgrid.org/demo/demos/export/export-selected.php), but when I try to do it locally doesnt work!
Is there any updates on jqgrid_dist.php ?