How to create radio Button Dynamically

1
Hi I am new to Mendix and learning. I am trying to create an app. For that, I need to have data in tabular format (please refer to screenshot) and the column heading should come dynamically from database. I should have a seperate radio button in the corresponding rows to choose one specific heading. Currently we are using enumeration for each column heading but for dynamic heading enumerations cannot be used. What other approach can we use to achieve this?  
asked
1 answers
0

You can specify dynamic texts for columns using the new data grid 2 widget. There are also a number of other features in it.
For details, please have a look at these

https://docs.mendix.com/appstore/modules/data-grid-2

https://www.mendix.com/blog/mendix-9-2-0-a-modern-grid-for-a-multi-experience-world/

answered