<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Fix column width in FA pager table]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8455&amp;type=atom" />
	<updated>2019-10-16T02:39:44Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8455</id>
		<entry>
			<title type="html"><![CDATA[Re: Fix column width in FA pager table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36269#p36269" />
			<content type="html"><![CDATA[<p>Hello</p><p>@boxygen and @anoopmb they have been done this feature: <a href="https://frontaccounting.com/punbb/viewtopic.php?id=8237">https://frontaccounting.com/punbb/viewtopic.php?id=8237</a></p>]]></content>
			<author>
				<name><![CDATA[notrinos]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=36772</uri>
			</author>
			<updated>2019-10-16T02:39:44Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36269#p36269</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Fix column width in FA pager table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=36268#p36268" />
			<content type="html"><![CDATA[<p>I want to set manually one of the column width in FA db pager table. I believe this can be done, but I forget how. Can anyone let me know how to do this? My code for the header of the table is like this.</p><div class="codebox"><pre><code>$cols = array(
        _(&quot;#&quot;) =&gt; array(&#039;fun&#039;=&gt;&#039;trans_view&#039;, &#039;ord&#039;=&gt;&#039;&#039;, &#039;align&#039;=&gt;&#039;right&#039;), 
        _(&quot;Reference&quot;), 
        _(&quot;Supplier&quot;) =&gt; array(&#039;ord&#039;=&gt;&#039;&#039;),
        _(&quot;Location&quot;),
        _(&quot;Supplier&#039;s Reference&quot;), 
        _(&quot;Order Date&quot;) =&gt; array(&#039;name&#039;=&gt;&#039;ord_date&#039;, &#039;type&#039;=&gt;&#039;date&#039;, &#039;ord&#039;=&gt;&#039;desc&#039;),
        _(&quot;Currency&quot;) =&gt; array(&#039;align&#039;=&gt;&#039;center&#039;), 
        _(&quot;Order Total&quot;) =&gt; &#039;amount&#039;,
                array(&#039;fun&#039;=&gt;&#039;create_order_link&#039;,&#039;align&#039;=&gt;&#039;center&#039;),
);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2019-10-15T21:59:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=36268#p36268</id>
		</entry>
</feed>
