citra-emu
/
citra-web
Archived
1
0
Fork 0

Duplicate pagination on bottom of list (#58)

Duplicate pagination on bottom of compatibility list
This commit is contained in:
BynariStar 2017-10-24 17:19:56 +03:00 committed by Flame Sage
parent f95e33e04e
commit f403670f12
1 changed files with 6 additions and 2 deletions

View File

@ -37,7 +37,7 @@
</form>
</div>
<ul class="pagination pull-left"></ul>
<ul class="pagination paginationTop pull-left"></ul>
<table id="compatibility-list" class="table table-responsive">
<thead>
@ -80,6 +80,7 @@
{{ end }}
</tbody>
</table>
<ul class="pagination paginationBottom pull-left"></ul>
</div>
{{ end }}
@ -118,7 +119,10 @@
{ name: 'date-tested', attr: 'data-timestamp' }
],
searchColumns: [ 'listing-metadata' ],
pagination: true,
pagination: [
{ paginationClass: "paginationTop" },
{ paginationClass: "paginationBottom" }
],
indexAsync: true,
page: 50
};