<?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: Resize Table</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/resize-table</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/help/resize-table/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>heinetz_1 on Resize Table</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/resize-table#p19928</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/resize-table#p19928</guid>
        	        	<description><![CDATA[<p>Hello Forum,</p>
<p>in my first JQuery-Project I built a small application based on UI.Layout, JSTree and JQGgid (3.6.5). It works similar to Windows Explorer with to panes west and center. Hiding westpane causes a resizing of center-pane where is displayed my JQGrid. So I have to resize the grid and I used these Options first:</p>
</p>
<p>autowidth: true,</p>
<p>shrinkToFit: true</p>
<p>$(&#39;#list&#39;).setGridWidth(outerLayout.panes.center.innerWidth(), true);</p>
<p>$(&#39;#list&#39;).setGridHeight(outerLayout.panes.center.innerHeight());</p>
</p>
<p>Because I found out resizing the height to the full available height causes that the table scrolls inclusive tableheader I modified my code:</p>
</p>
<p>$(&#39;#list&#39;).setGridHeight(outerLayout.panes.center.innerHeight()-$(&#39;.ui-jqgrid-labels&#39;).height());</p>
</p>
<p>But it doesn&#39;t help ;(</p>
</p>
<p>The only thing, I found out is following:</p>
</p>
<p>$(&#39;#contentContainer&#39;).scroll(function(){  //console.log($(this).scrollTop());  $(&#39;.ui-jqgrid-hdiv&#39;).css("top", $(this).scrollTop()+"px"); });</p>
</p>
<p>But that doesn&#39;t look fine.</p>
</p>
<p>Is there any other solution?</p>
</p>
<p>thanks for tipps and</p>
</p>
<p>best,</p>
<p>heinetz</p></p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 15:27:21 +0300</pubDate>
        </item>
</channel>
</rss>