forked from 0x2620/oxjs
update sort after edit
This commit is contained in:
parent
74802d284a
commit
314fcc7b0a
3 changed files with 12 additions and 2 deletions
|
|
@ -1503,6 +1503,12 @@ Ox.List = function(options, self) {
|
|||
return that;
|
||||
}
|
||||
|
||||
// needed when a value has changed
|
||||
// but, fixme: better function name
|
||||
that.sort = function() {
|
||||
updateSort();
|
||||
}
|
||||
|
||||
/*@
|
||||
sortList <f> sort list
|
||||
(key, operator) -> <f> returns List Element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue