Hi,
is it possible to sort the output in the table in the following way:
I have a table with a group like this
"grouping" => array(
"recipeName" => array(
"calculate" => array(
"{costRate}" => function ($store) {
....
return costRate;
})))
...
is it possible to sort the data in the table by {costRate}?