Post Closed
543
Views
2
Comments
Solved
[OutSystems Data Grid] [Data Grid Reactive] hide or delete colums
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

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!

2020-07-06 13-26-26
Paulo Jadaugy
Solution

Hi Olga,

Have you checked the Sample for DataGrid (available on link )
Forge: https://www.outsystems.com/forge/component-overview/9765/data-grid-sample-reactive

You can do something like this where you define the columns and the default visibility

Example:
I set the column visible as false


The result:

Is this what you need?

Regards,
Paulo

UserImage.jpg
olga schreiner

Thanks Paulo!!!!

This was exactly what I looked for.