{# Spec table header fragment (S-121). Re-rendered after PUT /api/spec/tables/{table_name} so HTMX can swap the row-count display in the spec grid without re-rendering the whole grid. Mirrors the ``
`` block of ``spec_grid.html`` exactly so the swap target shape (``[data-row-count]``) and surrounding markup stay consistent. Context: * ``table_name``: the table whose row_count just changed. * ``row_count``: the new value (int). #}

{{ table_name }}

{{ row_count }} rows