This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
GridView: grouping some cols #5168
Closed
Description
Hi,
Can we have a possibility to group columns into the Gridview ? Maybe we can put a specific class on a column to set how many colums it could regroup.
I have already done some stuff about this on a project. We can have for example:
.ui-grid-c .ui-colspan-b {
width: 75%
}
Where for a grid of 3 columns, one can represent two of these, or
.ui-grid-d .ui-colspan-b {
width: 40%
}
.ui-grid-d .ui-colspan-c {
width: 60%
}
Where for a grid of 4 columns, one can represent two or three of these.
What do you think ?
Cheers
Julien Roche