mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Paginate notifications on the server (#5503)
This commit is contained in:
parent
71ad4a1c99
commit
218618aa93
@ -37,6 +37,7 @@ function loadNotificationTable(table, options={}, enableDelete=false) {
|
|||||||
ordering: 'age',
|
ordering: 'age',
|
||||||
read: read,
|
read: read,
|
||||||
},
|
},
|
||||||
|
sidePagination: 'server',
|
||||||
paginationVAlign: 'bottom',
|
paginationVAlign: 'bottom',
|
||||||
formatNoMatches: options.no_matches,
|
formatNoMatches: options.no_matches,
|
||||||
columns: [
|
columns: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user