<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Repeat Table Heading in db_pager]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7101</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7101&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Repeat Table Heading in db_pager.]]></description>
		<lastBuildDate>Tue, 07 Nov 2017 03:23:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29496#p29496</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 07 Nov 2017 03:23:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29496#p29496</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29494#p29494</link>
			<description><![CDATA[<p>Superb. It worked. Thanks</p>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Mon, 06 Nov 2017 18:17:06 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29494#p29494</guid>
		</item>
		<item>
			<title><![CDATA[Re: Repeat Table Heading in db_pager]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29480#p29480</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 06 Nov 2017 11:55:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29480#p29480</guid>
		</item>
		<item>
			<title><![CDATA[Repeat Table Heading in db_pager]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=29479#p29479</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (boxygen)]]></author>
			<pubDate>Mon, 06 Nov 2017 11:03:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=29479#p29479</guid>
		</item>
	</channel>
</rss>
