<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple paged Table overflowing to footer]]></title><description><![CDATA[<p>Hi, On my jsreport, table is to be expanded to multiple pages. But, the table is overflowing to footer. And also, the expectation is for table to respect the padding of pages. which is not being followed. <a href="https://playground.jsreport.net/w/forgotten-boi/3boDZSmJ" rel="nofollow">Here</a> is the project on playground.<br />
<img src="/uploads/files/1590504389419-upload-f1df8bf3-efe9-449a-b915-1ef96d430a97-resized.png" alt="0_1590504473591_upload-f1df8bf3-efe9-449a-b915-1ef96d430a97" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.jsreport.net/topic/1606/multiple-paged-table-overflowing-to-footer</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 19:42:04 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/1606.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 May 2020 14:47:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple paged Table overflowing to footer on Invalid Date]]></title><description><![CDATA[<p>Hi, On my jsreport, table is to be expanded to multiple pages. But, the table is overflowing to footer. And also, the expectation is for table to respect the padding of pages. which is not being followed. <a href="https://playground.jsreport.net/w/forgotten-boi/3boDZSmJ" rel="nofollow">Here</a> is the project on playground.<br />
<img src="/uploads/files/1590504389419-upload-f1df8bf3-efe9-449a-b915-1ef96d430a97-resized.png" alt="0_1590504473591_upload-f1df8bf3-efe9-449a-b915-1ef96d430a97" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.jsreport.net/post/7260</link><guid isPermaLink="true">https://forum.jsreport.net/post/7260</guid><dc:creator><![CDATA[forgotten-boi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Multiple paged Table overflowing to footer on Invalid Date]]></title><description><![CDATA[<p>thank you for sharing the playground demo.</p>
<p>You need to set the margin in the chrome settings in order to make space for the header/footer.<br />
See it here<br />
<a href="https://playground.jsreport.net/w/anon/lHKhLIF8" rel="nofollow">https://playground.jsreport.net/w/anon/lHKhLIF8</a></p>
]]></description><link>https://forum.jsreport.net/post/7264</link><guid isPermaLink="true">https://forum.jsreport.net/post/7264</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Multiple paged Table overflowing to footer on Invalid Date]]></title><description><![CDATA[<p>Thank you. <a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/2">@jan_blaha</a>. Can you tell me, how to configure this from API client? I am using it with .Net Client where the template is being sent through API (from .Net SDK with function: RenderAsync). I couldn't find any documentation related to that.</p>
]]></description><link>https://forum.jsreport.net/post/7273</link><guid isPermaLink="true">https://forum.jsreport.net/post/7273</guid><dc:creator><![CDATA[forgotten-boi]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Multiple paged Table overflowing to footer on Invalid Date]]></title><description><![CDATA[<p>Nevermind, I found the solution. I am posting this anyway for case if anyone else has similar problem.</p>
<pre><code>            var report = await rs.RenderAsync(new RenderRequest()
            {
                Template = new Template()
                {
                    Recipe = Recipe.ChromePdf,
                    Chrome = new Chrome()
                    {
                        MarginTop = &quot;1cm&quot;,
                        MarginBottom = &quot;2cm&quot;,
                        MarginLeft = &quot;1cm&quot;,
                        MarginRight = &quot;1cm&quot;

                    },
                    Engine = Engine.Handlebars,
                    Content = templateData,
                    PdfOperations = new List&lt;PdfOperation&gt;() { pdfOperation }
                },
                Data = new
                {
                    item = item,
                    image = imgBaseSixtyFour
                }
            });
            using (var fs = File.Create(fileName))
            {
                report.Content.CopyTo(fs);
            }
        }
</code></pre>
]]></description><link>https://forum.jsreport.net/post/7274</link><guid isPermaLink="true">https://forum.jsreport.net/post/7274</guid><dc:creator><![CDATA[forgotten-boi]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>