KoolReport's Forum

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

Datagrid - rowgroup - css #2493

Open Coby opened this topic on on Dec 15, 2021 - 2 comments

Coby commented on Dec 15, 2021

Hello,

How can we control the way the "rowgroup" top/bottom is displayed (smaller fonts, no bold, etc.) we are using use \koolreport\amazing\Theme;

also, when we use rowgroups, and are trying to implement rawspan, the table is messed up rows are not in synch with previous rows

Thanks

Sebastian Morales commented on Dec 15, 2021

To change DataTables' row group top or bottom pls override the CSS rules in koolreport/datagrid/DataTables/KRDataTables.css. The advisable method is to add the overriding rules with in page style tag <style>...</style> in your report view.

As for rowspan property, it should not be use together with clientRowGroup as both of them are types of row grouping and could cause conflict with the other.

Coby commented on Dec 15, 2021

thanks

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
solved

None