N°2847 - Datatable sortable columns tooltip

This commit is contained in:
Eric
2020-11-24 11:37:23 +01:00
parent e8f7c7dafe
commit 7b937016d0

View File

@@ -11,7 +11,7 @@
<th></th>
{% endif %}
{% for aColumn in oUIBlock.GetDisplayColumns() %}
<th class="ibo-datatable-header" title="{{ aColumn["description"] }}\">{{ aColumn["attribute_label"] }} </th>
<th class="ibo-datatable-header" {% if aColumn["description"] is not empty %}title="{{ aColumn["description"] }}"{% endif %}>{{ aColumn["attribute_label"] }} </th>
{% endfor %}
</thead>
</table>