Datagrid - enabled/disabled button based on selection

1
Hi, I would like to be able to show/hide or enable/disable a button based on the selection in the grid. I looked up the datagrid but it does not seem like the only way I can make a button visible or not is based on the parent object of the grid. Is there a way to do the same thing based on the entity selected or maybe based on a microflow? Thank you, Seb
asked
2 answers
2

Hi sebastien,

A simple option is to use a listening DataView and place the buttons there. Then you have the context of the selected object.

regards, Fabian

answered
0

You can do this using javascript. Take a look at Appstore app “grid cell styler” which will give you a good start. Take it from there.

answered