Hello everyone! Im trying to export only the data filtered by the grid.
Im wondering if it is possible take the “WHERE” that the grid use to filtered and use it to export only that data.
Thank you!!
2 Answers
Please refer: https://www.gridphp.com/docs/exporting-data/
$opt["export"]["range"] = "filtered";
Your Answer