Closed dndred closed 12 years ago
/muntjac/ui/table.py def handleColumnWidthUpdates(self, variables): ... events = variables.get('columnWidthUpdates') events may contain '' on column resize need to add a check "if string:" the loop body, or something like that.
/muntjac/ui/table.py def handleColumnWidthUpdates(self, variables): ... events = variables.get('columnWidthUpdates') events may contain '' on column resize need to add a check "if string:" the loop body, or something like that.