Skip to content
Snippets Groups Projects
Commit 51762f9c authored by Данил Кокин's avatar Данил Кокин Committed by Artem Konenko
Browse files

Fixed sort in values of selectors

parent 3fe151c0
No related merge requests found
......@@ -318,7 +318,7 @@ var wonderTable = (function () {
if (!flag)
setOfValues.push(curDataEl);
});
_.sortBy(setOfValues); //it isn't work!
setOfValues = _.sortBy(setOfValues);
stringFilter += "<select id='wTable_filter-" + el['assignedWith'] + "' class = 'wTable_filterSelect'>";
stringFilter += "<option value='-1'>Выберите значение</option>";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment