{% for c in data['schema'] %} {# if c['name'] != 'id' #} {# endif #} {% endfor %} {% if data['contents']|length > 0 %} {% for row in data['contents'] %} {% for c in data['schema'] %} {% if c['name'] == [data['primaryKey']] %} {% else %} {% endif %} {% endfor %}
{{c['name']}} {% if q['sort'] == c['name'] %} {% if q['dir'] == 'asc' %} {% else %} {% endif %} {% endif %}
{{ row[c['name']] }} {{ row[c['name']] }} Edit
Delete
' data-html="true"> {% endfor %} {% endif %} {% for c in data['schema'] %} {% if c['name'] == data['primaryKey'] %} {% else %} {% endif %} {% endfor %} {% set rowsPerPage = 50 %} {% set offset = q['offset']|int %} {% set pages = (data['count']/rowsPerPage)|round|int %} {% if pages > 1 %} {% endif %}