I want to know the workaround used to have colspan in DataGrid or CellTable
I saw the the GWT showcase :http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCustomDataGrid
but there is no TableRowBuilder and AbstractHeaderOrFooterBuilder in GWT 2.4
I also found that CellTableBuilder API is good too to this purpose but it's not available in GWT 2.4
So I want to know if there is another trick to merge columns header in GWT 2.4 ?
Or how to get the column header using the DOM ?
Here is what I've done to solve this problem in GWT 2.4.
I've used DOM like this
}
and for the first start I've used a timer (1sec is the min) like this
"view." is used because the main class is a presenter
EDIT: display:none is used for the sort issue