Hello!
Is it possible to make custom export in the csv?
What would be able to choose which fields to be exported and set your own delimiter.
And also I would like to have An opportunity to export only selected rows.
Hi,
To remove specific columns from export, set
$col["export"] = false;
To export selected rows, It is not currently.
Some modification in export function of core lib will be required. Requirement seems very valid, and i'll be working on it.
I have been figuring out how to export selective rows and columns. I have not figured out how to export selective rows however, is it possible to set the following using javascript:
$col["export"] = false;
Actually I am looking to allow user to select the export columns at run time, so it is possible to soft code this ?