{{ asset_add("scripts.js", "streams::js/table/table.js") }} {% if not actions.isEmpty() %} {{ asset_add("scripts.js", "streams::js/table/actions.js") }} {% endif %} {% if table.options.sortable %} {{ asset_add("scripts.js", "streams::js/table/sortable.js") }} {% endif %}
| {{ icon('fa fa-arrows handle') }} | {% endif %} {% if not table.actions.isEmpty() %}{% endif %} {% for column in row.columns %} | {{ (column.attributes.html) ? column.attributes.html|raw : column.value|raw }} | {% endfor %}
|