2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00
This commit is contained in:
Oliver
2021-10-30 01:00:37 +11:00
parent 4eea8c8193
commit fcc1e9fe8f
3 changed files with 4 additions and 2 deletions

View File

@ -214,6 +214,8 @@ $.fn.inventreeTable = function(options) {
options.pageList = [25, 50, 100, 250, 'all'];
options.totalField = 'count';
options.dataField = 'results';
} else {
options.pagination = false;
}
// Extract query params