<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Grouping column headers</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Crazy108 on Grouping column headers</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers#p23095</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers#p23095</guid>
        	        	<description><![CDATA[<p>+1. Issue is actual.</p>
]]></description>
        	        	<pubDate>Tue, 10 May 2011 16:22:35 +0300</pubDate>
        </item>
        <item>
        	<title>MiguelOne on Grouping column headers</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers#p21864</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/grouping-column-headers#p21864</guid>
        	        	<description><![CDATA[<p>A feature that I miss a lot is the ability to group some columns under a title.</p>
<p>For example, let&#39;s say we have three columns labelled "Minimum temperature for this year", "average temperature for this year" and "maximum temperature for this year". It would be nice if you could state a first line of grouping labels with the text "this year&#39;s temperature" and, under that group, the three more readable labels "min", "avg", "max". Something like:</p>
</p>
<table border="0" cellspacing="2" cellpadding="2">
<thead>
<tr>
<th>&#160;</th>
<th style="border:1px solid #ccc;" colspan="3" align="center">This year&#39;s temperature</th>
<th>&#160;</th>
<th>&#160;</th>
</tr>
<tr>
<th style="border:1px solid #ccc;">City</th>
<th style="border:1px solid #ccc;" align="center">Min</th>
<th style="border:1px solid #ccc;" align="center">Avg</th>
<th style="border:1px solid #ccc;" align="center">Max</th>
<th style="border:1px solid #ccc;">Rain (litres/m2)</th>
<th style="border:1px solid #ccc;">Sunny days</th>
</tr>
</thead>
<tbody>
<tr style="border:1px solid #ccc;">
<td>Barcelona</td>
<td>-3&#186;C</td>
<td>18&#186;C</td>
<td>38&#186;C</td>
<td>15</td>
<td>300</td>
</tr>
</tbody>
</table>
<p>It would be specially useful with narrow columns and could help a lot organizing the information displayed.</p>
<p>I&#39;ve tried to do this by myself with a loadComplete callback function, adding a &#60;tr&#62; prior to the one created by jqgrid inside the table with the column headers, but I&#39;ve found various issues regarding column resizing (headers doesn&#39;t resize properly) and sorting (jqgrid duplicates my recently created tr after clicking over a header for sorting purposes).</p>
</p>
<p>Any ideas?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Fri, 28 Jan 2011 13:51:31 +0200</pubDate>
        </item>
</channel>
</rss>