make tests green again
parent
068a3f5944
commit
2351d8a23e
|
@ -173,7 +173,7 @@ define([
|
|||
}).text('✖').click(function () {
|
||||
removeColumn(proxy, id);
|
||||
table.removeColumn(id);
|
||||
}))
|
||||
}));
|
||||
|
||||
proxy.table.cols[id] = value || "";
|
||||
addIfAbsent(proxy.table.colsOrder, id);
|
||||
|
|
Loading…
Reference in New Issue