cartodb-4.42/lib/assets/javascripts/dashboard/views/public-dataset/table-view/table-pagination-loaders.tpl
2024-04-06 05:25:13 +00:00

16 lines
429 B
Smarty

<tfoot class='page_loader <%- direction %>'>
<tr>
<th colspan='1'>
<div class='fake'></div>
<div class='float_info'>
<h5>Scroll <%- direction == "up" ? 'down' : 'up' %> and then <%- direction %></h5>
<p>It will fire the pagination.</p>
</div>
<div class='float_action'>
<h5>Loading more rows...</h5>
<p>Just a few seconds.</p>
</div>
</th>
</tr>
</tfoot>