Hi, wish to add some logic to the grouping rules but I think i did something wrong
"grouping" => function () {
return array(
"category" => array(
"top" => "<td colspan=\"3\" <td class='top_group'><b>{category} </b></td>"
));
},
it does not work ((
but the following works fine
"grouping" => array(
"category" => array(
"top" => "<td colspan=\"3\" <td class='top_group'><b>{category} </b></td>",
),
),