mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Fixes
This commit is contained in:
@ -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%',
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user