ColumnSelector: updateAll properly updates the popup

See http://stackoverflow.com/q/39669948/145346
This commit is contained in:
Rob Garrison 2016-09-23 22:45:21 -05:00
parent 570d3c0c30
commit f8d0ba2495
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -208,7 +208,9 @@
tsColSel.updateBreakpoints(c, wo);
c.$table
.off('updateAll' + namespace)
.on('updateAll' + namespace, function(){
.on('updateAll' + namespace, function() {
tsColSel.setupSelector(c, wo);
tsColSel.setupBreakpoints(c, wo);
tsColSel.updateBreakpoints(c, wo);
tsColSel.updateCols(c, wo);
});

View File

@ -44,4 +44,4 @@
"dist/css/theme.default.min.css",
"dist/js/jquery.tablesorter.combined.min.js"
]
}
}