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