Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
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>
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo