Hi there,
I have a question about the data grid..
I want to download the data from data grid that I already filter the column...
I already filter the station only show the "Petronas Jalan Reko", but when I want download, I do not know how to trace the latest data that show on data grid...
I should use this functional?
Thanks,
Ayu.
Hi @Ayu Natasya
On After search , have you applied the download facility , which takes the filter value . Use the SQL query or Aggregate .
Now on the basis of this try to download , which typically involves converting it to csv or Excel format.
Hello,
Assign grid filtered data in new local list
and pass that local list for download in excel or CSV
Regards
Shradha
There's some pre-made plugins available for the data grid export, though I think it requires to clone the datagrid component in Outsystems (I mean most people I know use a clone for DataGrid anyways)
This way you can work with the functionality already present in the datagrid to get all filtered rows and have the sorting applied, it's probably very hard to communicate the variables from the javascript back to Outsystems.