Dashboard
›
{{ table_name }}
Table: {{ table_name }}
{{ total_rows }} rows • {{ columns|length }} columns
{{ total_rows }}
Total Rows
{{ columns|length }}
Columns
0
Showing
All Columns
{% for column in columns %}
{{ column }}
{% endfor %}
➕ Add Row
📥 Export
Add New Row to {{ table_name }}
{% for column in column_info %}
{{ column.name }}
{% if column.type == 'checkbox' %}
{% elif column.type == 'number' %}
{% elif column.type == 'datetime-local' %}
{% else %}
{% endif %}
{% endfor %}
Add Row
Cancel