KoolReport's Forum

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

Laravel Pivot Ajax #460

Closed Dimitry opened this topic on on Sep 12, 2018 - 3 comments

Dimitry commented on Sep 12, 2018

I am trying to fit your framework into Laravel + Vue Js (single page app) In Laravel Controller I have this code:

public function index()
{
    $report = new DeptReport();
    $report->run();
    return view("deptreport",["report" => $report]);
}

this is example without ajax call https://beautysalons.site/deptreport

I need to load report via ajax after I pickup date or choose some multyselect value and press 'Load' button.

Is it possible to have two separate views for one report. In one only form with daterange and multyselect widjets, in another PivotTable::create widget

If you have some examples can you pls give me link. I cant find.

KoolReport commented on Sep 12, 2018

Please wait a bit a new version of KoolReport, there is a big change in the next version which you can load any widget on the fly. ETA will be about at the end of this month

Dimitry commented on Oct 3, 2018

Dear Support,

good day.

Do you have any update regarding new version, which you mention above?

KoolReport commented on Oct 4, 2018

Hi Dimitry,

Yes, we are finishing up with testing before we can release.

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

Laravel