KoolReport's Forum

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

Apply rowspan and colspan #88

Open tee opened this topic on on Aug 23, 2017 - 3 comments

tee commented on Aug 23, 2017

Hi support team,

Does KoolReport able to use 'rowspan' and 'colspan' in the view of report? If yes, could you show me how? Thanks a lot.

KoolReport commented on Aug 23, 2017

What do you need to complete?

tee commented on Aug 23, 2017

I would like to create both table as shown below,

Thanks for your guidance.

KoolReport commented on Aug 23, 2017

First, please download the KoolReport v.1.47.3

For table 1, you do:

Table::create(array(
    "showFooter"=>"bottom",
    "columns"=>array(
        "month"=>array(
            "footerText"=>"Sum:"
        ),
        "savings"=>array(
            "footer"=>"sum"
        )
    )
))

For table 2, you do:

Table::create(array(
    "removeDuplicate"=>array("saving_for_holiday")
))

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
help needed

None