Hi all,
I am working on the customized report where end user select the columns available from the list and based on the selected columns user can download the report. By using Advanced excel component I am able to export the selected columns by using column delete action but I am stuck on how to rearrange the columns in export to excel with what user has selected?
I am using the structure for storing all the columns but can someone please tell how to arrange the columns on run time dynamically without hampering the performance?
Hi, There are some components in Forge to do so:
Try this one (best): https://www.outsystems.com/forge/component-overview/9658/advanced-tableor https://www.outsystems.com/forge/component-overview/1789/table-column-reorderorhttps://www.outsystems.com/forge/component-overview/12778/table-column-customizer
Regards,Sirajeddine
Hi Ishaan,
May I know which forge asset you are using to arrange the column order as well as the selection? and can you share a sample oml with what you tried so far?
Kind regards,
Benjith Sam
Hi @Ishaan Takkar I think you can use structure as data type for download report where attributes can be in desired order also when selected atrributes order we can achieve the same result. With regards Pratap Singh