SmartGWT POWER Version - 5.1
Jave 1.7
GWT 2.6.0
Currently ListGrid displays records horizontally.
Is there a way to transpose a ListGrid, to display records vertically?
I would like to use DataSources to create Listgrid data (transposing).
I am facing issue in displaying the database column multiple times in ListGrid using DataSource.
In below Example below "Col Header 1" & "Col Header 2" are columns in the database but here how to use the same column name multiple times in ListGrid using DataSource.
If I create DataSource Field with same name then it will override the previously created Field.
Please refer the attachment for how ListGrid should display.
Thanks in Advance
Jave 1.7
GWT 2.6.0
Currently ListGrid displays records horizontally.
Is there a way to transpose a ListGrid, to display records vertically?
I would like to use DataSources to create Listgrid data (transposing).
I am facing issue in displaying the database column multiple times in ListGrid using DataSource.
In below Example below "Col Header 1" & "Col Header 2" are columns in the database but here how to use the same column name multiple times in ListGrid using DataSource.
If I create DataSource Field with same name then it will override the previously created Field.
Please refer the attachment for how ListGrid should display.
Thanks in Advance
Comment