How to add dummy column to Datagrid/DataGridExtention

1
Hi, I want to add dummy column to the DataGrid. This dummy column will have two buttons inside of it. is this possible with this DataGridExtention? Any suggestions.
asked
2 answers
1

I swear I answered this question in another thread, but you just need to add an extra column with any data in it (just re-use some attribute already in the grid elsewhere), then use the DataGridExtension to target that column. The widget will convert the column data into the button.

answered
0

I think this can be supported. By the look of the widget pictures it can be done.

https://appstore.mendix.com/file?target=internal&guid=5348024557513907

answered