mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	@@ -154,7 +154,7 @@ $.fn.inventreeTable = function(options) {
 | 
				
			|||||||
        // Which columns are currently visible?
 | 
					        // Which columns are currently visible?
 | 
				
			||||||
        var visible = table.bootstrapTable('getVisibleColumns');
 | 
					        var visible = table.bootstrapTable('getVisibleColumns');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (visible && isArray(visible)) {
 | 
					        if (visible && Array.isArray(visible)) {
 | 
				
			||||||
            visible.forEach(function(column) {
 | 
					            visible.forEach(function(column) {
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
                // Visible field should *not* be visible! (hide it!)
 | 
					                // Visible field should *not* be visible! (hide it!)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user