mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add pagination to tables
This commit is contained in:
parent
c45fcb45cf
commit
446b342480
@ -26,6 +26,8 @@
|
|||||||
},
|
},
|
||||||
sortable: true,
|
sortable: true,
|
||||||
search: true,
|
search: true,
|
||||||
|
pagination: true,
|
||||||
|
pageSize: 25,
|
||||||
formatNoMatches: function() { return "No currencies found"; },
|
formatNoMatches: function() { return "No currencies found"; },
|
||||||
rowStyle: function(row, index) {
|
rowStyle: function(row, index) {
|
||||||
if (row.base) {
|
if (row.base) {
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
},
|
},
|
||||||
sortable: true,
|
sortable: true,
|
||||||
search: true,
|
search: true,
|
||||||
|
pagination: true,
|
||||||
|
pageSize: 25,
|
||||||
formatNoMatches: function() { return "No part parameter templates found"; },
|
formatNoMatches: function() { return "No part parameter templates found"; },
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user