I need to create a table in which the headers are displayed in a column on the left instead of at the top.
I want the data to be displayed horizontally, unlike in regular tables.
Can it be obtained in any way?
Thanks for the help
I need to create a table in which the headers are displayed in a column on the left instead of at the top.
I want the data to be displayed horizontally, unlike in regular tables.
Can it be obtained in any way?
Thanks for the help
The only option is to transpose your data - something similar can be found in this thread:
I've just added simple example demonstrating crosstab (rows as columns) data in our DataGrid component:
Would there be a possibility of implementing a per-cell edit in this type of grid? (Instead of row editing)