forked from 0x2620/oxjs
updating listmap
This commit is contained in:
parent
0c88632437
commit
60d6c2a166
3 changed files with 28 additions and 6 deletions
|
|
@ -237,7 +237,12 @@ Ox.ListMap = function(options, self) {
|
|||
]
|
||||
})
|
||||
.css({float: 'right', margin: '4px'})
|
||||
.appendTo(self.$listToolbar)
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
|
||||
}
|
||||
})
|
||||
.appendTo(self.$listToolbar);
|
||||
|
||||
self.$list = Ox.TextList({
|
||||
columns: self.columns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue