KoolReport's Forum

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

Input on view.php #1465

Closed David Vanacore opened this topic on on May 31, 2020 - 3 comments

David Vanacore commented on May 31, 2020

I'm new to Laravel and KoolReports. I'm trying to get an input working on the view.php. The reason that I need it on the view.php, is that I need the server side function. Is it possible to get this to work?

KoolReport commented on May 31, 2020

Well, we have examples for inputs package that you can have a look. Basically you can put any inputs inside the view.php and then create report object inside laravel's controller action. You may have a look at our tutorial here. There you will see some chart widget inside the report view.php. Inputs control is just another widget that you can add the to view.php

David Vanacore commented on Jun 1, 2020

Thank you for your answer. I've have been working with the examples and documentation, wasn't able to get it to work. I was finally able to figure it out today.

KoolReport commented on Jun 1, 2020

Awesome :)

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

None