<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Repeat Table Heading in db_pager]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7101&amp;type=atom" />
	<updated>2017-11-07T03:23:26Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7101</id>
		<entry>
			<title type="html"><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29496#p29496" />
			<content type="html"><![CDATA[<p>Unless you clone the function display_dg_pager() and use it in the dimensions file, it will affect all tabular displays.</p><p><a href="https://frontaccounting.com/fawiki/index.php?n=Devel.HeadersEvery10LinesInInquiryPages">Wiki</a>-ed it.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-07T03:23:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29496#p29496</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29494#p29494" />
			<content type="html"><![CDATA[<p>Superb. It worked. Thanks</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-11-06T18:17:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29494#p29494</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29480#p29480" />
			<content type="html"><![CDATA[<p>The <strong>function display_db_pager()</strong> defined in <strong>includes/ui/db_pager_view.inc</strong> is responsible for almost all tabular paged displays in FA. Clone the function and call it instead in the <strong>dimensions/inquiry/search_dimensions.php</strong> if you do not want such a modification in all table displays. The code that displays the header is:<br /></p><div class="codebox"><pre><code>table_header($headers);</code></pre></div><p>Try line 85 in it as:<br /></p><div class="codebox"><pre><code>if ($line_no &gt; 1 &amp;&amp; $line_no % 10 === 0) table_header($headers);</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2017-11-06T11:55:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29480#p29480</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Repeat Table Heading in db_pager]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=29479#p29479" />
			<content type="html"><![CDATA[<p>I want a modification to repeat the column headings in Dimension Inquiry page after every 10 records.</p><p>How to do this?</p>]]></content>
			<author>
				<name><![CDATA[boxygen]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20175</uri>
			</author>
			<updated>2017-11-06T11:03:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=29479#p29479</id>
		</entry>
</feed>
