Dynamically Show/Hide Data Grid Columns

1
  Hi, How can I dynamically show/hide data grid columns?  For example through role-based security or by using a MicroFlow results? What should I do to show/hide a column for specific roles?
asked
2 answers
2

If you are not shy of using a widget, it is possible. Implement the DataGridExtension widget and use the Flex Headers option. Store configurations of hidden columns as an assoociated object to the specific users.

In that way, role based hidden columns can definetely be achieved.

answered
0

You can't in a data grid. What you can do is use a list view or template grid (and use conditional visibility to show certain columns), though this might affect your performance.

answered