KoolReport's Forum

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

Custom board. Some Ajax questions #3365

Closed Eugene opened this topic on on Oct 27 - 4 comments

Eugene commented on Oct 27

Hi,

as I see the CustomBoard supports Ajax mechanism and I can handle any form requests but finally in your example you run

$this->renderView("result",[
            "dataStore"=>$dataStore
        ]);

that is re-render the whole Board with the new view (bdw can I use 'index' as a view name again?)

But what if I need to update just a part of the content of my board - only one panel or widget or something like that and do not need to update other parts. Is there a way to do it?

Or it is better to realize it without using any Dashboard features.

Eugene commented on Oct 29

up... sorry could you have a look to this question

KoolReport commented on Oct 30

Hi Eugene, sorry for disappointing you that the CustomBoard is now only support ajax update at dashboard level. The usage of updating part of dashboard is built-in in original Dashboard class.

I will mark your topic as Suggestion so that dev.team can look at this.

Eugene commented on Oct 30

Nono... no disappointment at all. You have a perfect product!

It is not so difficult to do it from scratch, I just thought there is a way that was already implemented but if not yet it is not a big problem.

KoolReport commented on Oct 31

Thank you very much :)

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
help needed
suggestion

Dashboard