Add pagination to tables

This commit is contained in:
Oliver Walters 2019-09-07 20:32:22 +10:00
parent c45fcb45cf
commit 446b342480
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
},
sortable: true,
search: true,
pagination: true,
pageSize: 25,
formatNoMatches: function() { return "No currencies found"; },
rowStyle: function(row, index) {
if (row.base) {

View File

@ -26,6 +26,8 @@
},
sortable: true,
search: true,
pagination: true,
pageSize: 25,
formatNoMatches: function() { return "No part parameter templates found"; },
columns: [
{