KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Non - Repeat Column Footer for Every Page #3432

Open Giri Rajan opened this topic on on Apr 10 - 5 comments

Giri Rajan commented on Apr 10

The column footer repeats on every page need to displayed at the end of page while Pdf generate with a normal export .

 $reportData->run()->export()       
  ->settings(array(
    "useLocalTempFolder"=>true,
    // "autoDeleteLocalTempFile"=>true,
    "autoDeleteTempFile" => true,
    "phantomjs"=>"/usr/local/bin/phantomjs",
    "resourceWaiting"=>2000,
    "serverLocalAddress" => "localhost", // default = "localhost", if your network doesn't allow localhost address use this setting
  ))
  ->pdf(array(
      "noRepeatTableFooter" => true,
      "format"=>$pageSize,
      "orientation"=>$pageOrientation
  ))->saveAs("report/".$fileName); 

report.view.php

Table::create([

                           'dataStore' => $this->dataStore('reportData'),
                           "showFooter" => true,

]);

Sebastian Morales commented on Apr 11

Did you want the column's footer to appear at the end of every PDF page or only appear at the last PDF page?

Giri Rajan commented on Apr 11

column's footer to appear at the last PDF page

David Winterburn commented on Apr 14

In our test a column footer only shows at the last PDF page by default. If it didn't happen for you would you pls post a screenshot of the issue for us to check it for you?

Giri Rajan commented on Apr 16

Hi David ,

         while generate PDF footer column total value showing every page .Please check below screenshot

we need to show total only in last page not an every page. For the PDF generation i am not using showFooter key

Sebastian Morales commented on Apr 16

Pls post your report setup, view and PDF view codes for us to check them for you. Rgds,

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None