KoolReport's Forum

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

PivotTable table properties - set height #2575

Closed saiful opened this topic on on Feb 15, 2022 - 2 comments

saiful commented on Feb 15, 2022

hi, i have some question about this properties: is this properties used for whole table or else?

and how can i set the row height of the table? this row are too height for me:

saiful commented on Feb 15, 2022

i use this properties but the result still the same height

Sebastian Morales commented on Feb 16, 2022

There's no property for cell height yet but you can easily change it with CSS padding in your view page like this:

<style>
    .table td, .table th {
        padding: .75rem !important; // default: 0.75rem, change this value to any value or unit (px) you want
    }
</style>    

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