{% endif %}
{% include 'admin/components/table/filters/tab_filter.html' %}
{% for field in data_model.table.filters() %}
{% set js_string = "js:{" + field.name + ": document.getElementById('" + field.name + "').value" + "}" %}
{% include 'admin/components/forms/Select.html' %}
{% endfor %}
Hide Table Columns
Check table columns to make them hidden.
{{ before_table_hook|safe }}
{#
#}
{#
#}
{# #}
{#
#}
{#
#}
{% for field in data_model.table.columns().__dict__() %}
{% include 'admin/components/table/table-head.html' %}
{% endfor %}
{% for result in data_model.result_set %}
{% for field in data_model.table.columns().__dict__() %}
{% include 'admin/components/table/table-row.html' %}
{% endfor %}
{% if table_actions %}
{% include 'admin/components/actions/table-action-component.html' %}
{% endif %}
ViewEditRemove
{% endfor %}
{% set per_page = data_model.table.pagination.per_page %}
{% if data_model.result_set.previous_page %}
{% endif %}
{% if data_model.result_set.current_page|int == data_model.table.pagination.page|int %}
{{ data_model.result_set.current_page }}
{% endif %}
{% if data_model.result_set.has_more_pages() %}
{% endif %}
{% if data_model.table.preview_column %}
{{ data_model.resource }} Preview
This is a static modal example (meaning its position and display
have
been overridden). Included are the modal header, modal body (required for padding), and
modal
footer (optional).