KoolReport's Forum

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

Pivot table data header not visible #1377

Open iRiyada opened this topic on on Apr 4, 2020 - 1 comments

iRiyada commented on Apr 4, 2020

I have a pivot table whose data header is not visible. I tried the following..It does'nt work.

'headerMap' => array(
                'org_unit_name'=>'Org Unit',
                'kpi_name'=>'Kpi Name',
                'active_status'=>'Active Status',
                'user_coord_name'=>'Coordinator Name',
                'id'=>'Sequence',
                'excecption_short_en'=>'Exception',
                'excecption_short_ar'=>'Exception_ar',
              
            ),
            'showDataHeaders'=>true,

David Winterburn commented on Apr 6, 2020

Hi,

Our example shows data headers with "headerMap" and "showDataHeaders" enabled.

Would you please check to see if there's any css rule that hides data header elements which have classes such as "pivot-data-header", "pivot-data-header-text". Or please open the browser development tools' console to see if there's any javascript error (red messages).

If you can't find any of these please send us a link to your page (if it's private please email it to support@koolphp.net) for us to check it for you. 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
None yet

None