Is there any way to do header grouping?
For ie like http://www.trirand.com/blog/phpjqgrid/examples/grouping/grphead1/default.php
I have searched this forum and I haven't seen any topics about this.
Thanks in advanced.
Hi,
This feature is in todos & will be released for premium customers soon.
Thanks for informing.
Thanks for your prompt response.
Do you have any idea when this will be released? I am about to start developing a project, and I would like to buy it if I can count on it in one month or so, otherwise I have to take other solution.
Thanks again,
Juan
I found this page:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3agroupingheadar
Add the following javascript code, e.g.:
var opts = {
'loadComplete': function () {
var grid = $("#list1");
grid.jqGrid('destroyGroupHeader', false);
grid.jqGrid('setGroupHeaders', {
useColSpanStyle: true,
groupHeaders:[
{startColumnName: 'col_name_1', numberOfColumns: 3, titleText: 'Group Header 1'},
{startColumnName: 'col_name_4', numberOfColumns: 6, titleText: 'Group Header 2'}
]});
}};
Hello,
The grouped header is now available in latest build.
http://www.phpgrid.org/updates/grouping-headers-in-php-grid/
Regards