<?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: setLabel, text-align: left, padding-left</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/setlabel-text-align-left-padding-left</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/setlabel-text-align-left-padding-left/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nickelj on setLabel, text-align: left, padding-left</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setlabel-text-align-left-padding-left#p20581</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setlabel-text-align-left-padding-left#p20581</guid>
        	        	<description><![CDATA[<p>Hiya,</p>
<p>I want to left align my header labels and leave some space between the column line and the header label, so I used this:</p>
<p>&#160; jQuery("#list").jqGrid(&#39;setLabel&#39;, &#39;name&#39;, &#39;Name&#39;, {&#39;text-align&#39;:&#39;left&#39;, &#39;padding-left&#39;:&#39;5px&#39;});</p>
</p>
<p>However, now all the column headers after the &#39;Name&#39; one do not line up. The only fix I have found is to use a &#38;nbsp; like this&#160;&#160;&#160;&#160;</p>
<p>&#160; jQuery("#list").jqGrid(&#39;setLabel&#39;, &#39;name&#39;, &#39;&#38;nbsp;Name&#39;, {&#39;text-align&#39;:&#39;left&#39;});</p>
</p>
<p>I would prefer to use the padding-left option if possible.&#160; Any ideas how I can correct this?</p>
</p>
<p>Thanks!</p>
</p>
<p>Jim</p>
]]></description>
        	        	<pubDate>Sat, 30 Oct 2010 23:19:54 +0300</pubDate>
        </item>
</channel>
</rss>