Hi,
I would like that by default all options in my Bselect were selected. I used the following and now I have select all option but by default all options are disabled
"options" => array(
"includeSelectAllOption" => true,
"selectAllValue" => 'all',
),
Also i've found that to select all by default i have to use the metod .multiselect('selectAll', false);
but how to run it from koolreport Bselect?
Regards, Eugene