How to display vertical rows in DataGrid view

0
Hi Team, I want to display my data grid object attributes name and their values vertically like we use to see in excel. I can not see any widget for this. Also columns should be dynamic based on number of rows present in the table. (for example please see below screen shot) Could you please let me know how we can achieve this in mendix.     
asked
2 answers
0

Abhinay,

I have accomplished something like this using a ListView and css styling.  You can have conditional fields/rows displayed based on different criteria using this approach.  I described what I did in a response to this forum posting:  https://forum.mendix.com/link/questions/13732

Hope that helps,

Mike

answered
0

Hi Abhinay,

Would this piece of JavaScript maybe help you? You could use the HTML Snippet to add it, might be necessary to put a setTimeout() around it to make sure the data grid is fully loaded.

 

Good luck!

Remco

answered