Hi Abu!
UsersĀ are using the search function to reduce data to just see the columns they need but then when they click the CSV-Export they get all data.
Can this be changed to provide data for only the selected columns?
Kind regards,
Alberto.
Please refer demo:
https://www.gridphp.com/demo/demos/export/export-selected.phps Line 42
Showhidecolumn property will also affect the columns which are going to be exported. The demo also restrict to select rows to export but you can skip this code segment and just use normal export.
Hi Abu,
Thank you!
How can I make that the csv export only takes the selected columns from the attachment below?
Kind regards,
Alberto.
If `hidedlg` set to true this column will not appear in the modal dialog (colchooser / showhidecolumn) where users can choose which columns to show or hide.
$col["hidedlg"] = true;
Hi Abu,
I’ve just sent you a mail about this with some screen shots attached for a better detailed description.
Kind regards,
Alberto.