Editing Row Class #260

Closed
opened 2026-01-29 17:34:21 +00:00 by claunia · 0 comments
Owner

Originally created by @s-dezign on GitHub (Nov 22, 2021).

Please, add specific class name to tr of row in edit mode.
Like for example

<tr class="rz-datatable-odd editing">
...
</tr>
<tr class="rz-datatable-even">
...
</tr>

So we can highlight editing row.
Thanks.

Originally created by @s-dezign on GitHub (Nov 22, 2021). Please, add specific class name to `tr` of row in edit mode. Like for example ``` <tr class="rz-datatable-odd editing"> ... </tr> <tr class="rz-datatable-even"> ... </tr> ``` So we can highlight editing row. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#260