Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

How to add tr class of extraRowColumns in GroupColumnsBehavior #35

Open
adiramardiani opened this issue Mar 27, 2018 · 0 comments
Open

Comments

@adiramardiani
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant