Add Action Button in each row of Grid

0
Is it possible to add action button like ‘Comment’ associated with each row in Grid as shown below;
asked
3 answers
4

Sure. You’d have to use a list view instead of a data grid to model the list.

And in that list view you can add buttons. And use the bubble as an icon and no text as a caption.

When you call a microflow from that button, that row’s entity will be uses as the input parameter of the microflow and you can use that to e.g. open a page with a data view that allows to manipulate the entity and associated entities sich as “comments”. 

answered
3

 Data Grid 2 can do that:

https://docs.mendix.com/appstore/modules/data-grid-2#4-3-custom-content

 

answered
0

you can try Data Grid Extension widget 

https://marketplace.mendix.com/link/component/877

answered