Images and microflow triggers in a data grid

0
I would like to show images and multiple lines in a datagrid, also I would like to have a microflow link on each row of the datagrid. Can this be done?
asked
4 answers
2

All of those are real nice features, but not possible with the current datagrid. What do yo mean by multiple lines in a datagrid?

You could file a feature request, because I think a lot of other users also want these features.

Edit:

Feature request is filed with #8552

answered
2

It is not currently possible to put microflow buttons inside a DataGrid row. However you can add microflow triggers to the control bar and invoke them on the items selected in the DataGrid.

Images in a DataGrid are currently limited to Enumeration icons.

If you want to use multiple lines, images and/or microflow triggers inline you could take a look at TemplateGrid, a core widget that gives you these options and renders each field based on a layout you specify.

See, https://world.mendix.com/display/refguide/Datagrid+and+Templategrid

A TemplateGrid with one tile per row seems like the way to go here.

answered
0

A microflow for each line you can maybe do with listening to a single click.

answered
0

If the template grid does not suffice,

This widget might be a solution as well: Explorer Pane

answered