2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

How to add tr class of extraRowColumns in GroupColumnsBehavior #35

Open adiramardiani opened 6 years ago

adiramardiani commented 6 years ago

I add this behaviour and the result is

...
<tr>
<td class="group-view-extra-row" colspan="5"><span class="label label-warning">category</span</td>
</tr>
...

How to configure this behaviour to add class in tr tag, like

...
<tr class="class-name">
<td class="group-view-extra-row" colspan="5"><span class="label label-warning">category</span</td>
</tr>
...

only for extraRowColumns