KoolReport's Forum

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

Place tables together vertically or horizontally? #92

Open zenon opened this topic on on Aug 25, 2017 - 2 comments

zenon commented on Aug 25, 2017

Hi,

I was wondering whether tables can be combined together vertically(top and bottom) without the spacing in between the tables? And also whether tables can be placed horizontally(side by side) without the spacing in between them?

Appreciate your help.

Thanks a lot.

KoolReport commented on Aug 26, 2017

It is possible. For putting table vertically, you may just put a table above other, you may just remove the header of below table by using "showHeader"=>false.

To put table horizontally without space, there is much to do with your layout, you can do:

<div class="row">
    <div class="col-md-6" style="margin:0px;padding:0px">
        <!-- Put table 1 here -->
    </div>
    <div class="col-md-6"  style="margin:0px;padding:0px">
        <!-- Put table 2 here -->
    </div>
</div>
zenon commented on Aug 26, 2017

For putting table vertically, even after removing the header, there is a gap between the tables.

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