Hi
I am using the Rowgroup as described here: https://www.koolreport.com/examples/reports/datagrid/client_rowgroup/
However I need all groups to be collapsed by default when entering the page, how can this be done? I tried manually the following JS but it seems to run too early:
$(document).ready(function() {
$('.group-collapse').trigger('click');
});