Transpose a data grid

0
Hi, I have an Employee entity with attributes such as id, age, designation, etc. I am currently viewing the data via a data grid, where each record of the database is a row in the data grid. Is there a method to flip those rows into columns? So ideally, every employee record will be a column.  
asked
1 answers
0

I don't think that would work using the data grid widget.

An option would be to create a list view listing all employees and use css styling to align the list items horizontally

For each employee you could place all attribute values beneath each other.

I hope this helps.

 

answered