{# Infinite scroll sentinel — triggers loading more rows when visible #} {% if table and table.total > (table.page * table.page_size) %} {% set next_page = table.page + 1 %} Loading more... {% endif %}