collection list is also draggable
This commit is contained in:
parent
a37f38a0b7
commit
5eb7d8c99f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pandora.ui.collection = function() {
|
|||
|
||||
if (view == 'list') {
|
||||
that = Ox.TableList({
|
||||
draggable: true,
|
||||
keys: keys,
|
||||
items: function(data, callback) {
|
||||
pandora.api.findDocuments(Ox.extend(data, {
|
||||
|
|
Loading…
Reference in a new issue