I want to set the column heading for the sort column (in $summary_fields ) for the GridField .
I can not do something like:
static $summary_fields = array('Reorder' => 'Sort');
Although I can use the $summary_fields method to reorder columns, I cannot use it to set the sort column header.
I am using the GridFieldOrderableRows component from the Silverstripe Grid Field Extensions Module .

source share