How can I update this column, to not show anything in the summary rows when grouped?
{
title: "Project Actions", width: 140,
editor: {
type: 'select',
options: ['', 'View/Edit project details', 'Add Resources', 'Create an Issue/Escalation', 'Edit Timeline Status', 'History/Comment'],
},
cls: 'pq-drop-icon pq-side-icon',
render: function (ui) { return '<a style="color:blue" >Actions</a>' }
},