KoolReport's Forum

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

Dashboard: showLoader and load dashboard #2304

Closed Andre Van Der Walt opened this topic on on Aug 26, 2021 - 2 comments

Andre Van Der Walt commented on Aug 26, 2021

Hi,

Please advise on how to load a dashboard along with loader animation, the below code is raising an error:

Button::create()->onClick(
                Client::showLoader()->dashboard("ProductBoard")->load(); 
            )

Thank you,

KoolReport commented on Aug 26, 2021

You do this:

->onClick(
    Client::showLoader() . Client::dashboard("ProductBoard")->load()
)
Andre Van Der Walt commented on Aug 26, 2021

Thank you

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

Dashboard