Fixed syntax error
This commit is contained in:
parent
9c05326573
commit
4c19a3170e
@ -752,6 +752,7 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
|
||||
click: function() {
|
||||
$(".data-table-null").toggle();
|
||||
self._shownulls = !(self._shownulls);
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user