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