We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dca478 commit ad6fd11Copy full SHA for ad6fd11
templates/crud/index.html.twig
@@ -139,7 +139,7 @@
139
{% block table_body %}
140
{% for entity in entities %}
141
{% if entity.isAccessible %}
142
- <tr data-id="{{ entity.primaryKeyValueAsString }}">
+ <tr data-id="{{ entity.primaryKeyValueAsString }}" {% block entity_row_attributes %}{% endblock %}>
143
{% if has_batch_actions %}
144
<td class="batch-actions-selector">
145
<div class="form-check">
0 commit comments