cartodb-4.42/lib/assets/javascripts/cartodb/table/views/table_pagination_loaders.jst.ejs

15 lines
428 B
Plaintext
Raw Normal View History

2024-04-06 13:25:13 +08:00
<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>