2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +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

@ -151,7 +151,7 @@ function enableSidebar(label, options={}) {
*/
function setSidebarState(label, state) {
if (state == "collapsed") {
if (state == 'collapsed') {
$('.sidebar-item-text').animate({
'opacity': 0.0,
'font-size': '0%',

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