Hi,
As I understand in CustomBoard's view I have to use koolreport's inputs. But how to set the default values for them? In usual report I can use Bindable package but it looks it is not supported in CustomBoard.
I also tried to set it directly in view like
DateRangePicker::create(array(
'options' => array(
'startDate' => date('Y-m-d 00:00:00', strtotime('first day of last month')),
'endDate'=> date('Y-m-d 23:59:59', strtotime('last day of last month'))
),
but it also does not work
Or better forget about any koolreport's features in CustomBoard view and work with it like with usual bootstrap html page