KoolReport's Forum

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

Koolreport pivot table not appearing as proper table. no borders , no collapse feature, all values in the same td #1330

Open iRiyada opened this topic on on Mar 4, 2020 - 2 comments

iRiyada commented on Mar 4, 2020

Hi, In the pivot table that is rendered rows are shown ..but all 3 values overlapped into the same td.. there are no collapse icons or td borders inside table.

I have given my code below.

KpiPivotReport.php


            ->pipe(new Pivot(array(
                "dimensions"=>array(

                    "row"=>"u_comm_name, sub_name, kpi_name"
                ),
                "aggregates"=>array(
                    "sum"=>"base_value",

                )
            )))->saveTo($node2);
            $node2->pipe($this->dataStore('user_details')); 

KpiPivotReport.view.php

 PivotTable::create(array(
            'dataStore'=>$new,
            'rowDimension'=>'row',
                  'rowCollapseLevels' => array(3),
            'width' => '100%',
          
          ));

what could be wrong? please help.

iRiyada commented on Mar 4, 2020

please help. I am using laravel, mysql data source. koolreport assets folder has pivot css and js files.

iRiyada commented on Mar 9, 2020

the issue was with the css in the page. now that is resolved.

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