How can I do sortable Account name column in Events > Delegates?
Tried to modify this file, and clear all cahces but no result \modules\Prospects\metadata\subpanels\FP_events_subpanel_fp_events_prospects_1.php
'account_name' =>
array(
'type' => 'varchar',
'vname' => 'LBL_ACCOUNT_NAME',
'width' => '10%',
'sortable' => true,
'default' => true,
),