Hi there
I really like the Grid Functionality!
What I didn't figured out is, how I can hide or delete colums before they appeare in the grid. In my data I have lots of joined entities and would like to see their labels, but not the other attributes. Any idea how I can "clean" my data showing in the grid?
Thank you!
Hi Olga,Have you checked the Sample for DataGrid (available on link )Forge: https://www.outsystems.com/forge/component-overview/9765/data-grid-sample-reactiveYou can do something like this where you define the columns and the default visibilityExample:I set the column visible as false
The result:Is this what you need?
Regards,Paulo
Thanks Paulo!!!!
This was exactly what I looked for.