KoolReport's Forum

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

Style PivotMatrix #1041

Open SOFMAN opened this topic on on Aug 14, 2019 - 2 comments

SOFMAN commented on Aug 14, 2019

When there is a lot of data my PivotMatrix loses the style, what could be the cause?

David Winterburn commented on Aug 16, 2019

Hi,

When it loses style, does the pivotmatrix function ok or does it stop working?

If it stops working it could be that the page is loaded fully because of too much loading time. Probably increasing your server's timeout could help the case. Let us know if that's the case. Thanks!

SOFMAN commented on Aug 19, 2019

I have already detected the problem and it is because in class I am using the following code:

class ReporteItemsVendidos extends \koolreport\KoolReport
{
    use Friendship;
    use FontAwesome;
    function setup()
        {
        }
    .
    .
    .
}

The problem is because of the use FontAwesome line that I use for some icons, removing that line solves the problem but damages other types of reports.

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