Hi to all,
i am trying to replicate checkboxes on subpanel view with SelectAll top action button.
I see the same feature in Delegates module.
I am able to add checkbox on every view by adding field:
'checkbox' =>
array(
'vname' => 'LBL_Blank',
'widget_type' => 'checkbox',
'widget_class' => 'SubPanelCheck',
'checkbox_value' => true,
'width' => '5%',
'sortable' => false,
'default' => true,
),
in subpanedefs, however not clear how to add Select all Top Button, like in screenshot.
Does anyone can point me on right direction?
Many thanks