I have set an sj:grid
to have rownumbers
and grouped a column with groupField
as:
<sjg:grid rownumbers="true" groupField="['subTypeDesc']"
groupSummary="[true]" groupColumnShow="[false]"
groupMinusIcon="ui-icon-circle-minus"
groupPlusIcon="ui-icon-circle-plus" ..... >
The rows are grouped but the row numbers are not displayed for rows any more. Any comments ?!
As the sjg
is totally based on jqGrid
may be some jqGrid
trick can help but I could not find any thing ?!