display filter count
This commit is contained in:
parent
e1dbb7089f
commit
533e077cd5
1 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,15 @@ pandora.ui.filter = function(id) {
|
|||
unique: 'name'
|
||||
})
|
||||
.bindEvent({
|
||||
init: function(data) {
|
||||
that.setColumnTitle(
|
||||
'name',
|
||||
Ox.getObjectById(pandora.site.filters, id).title
|
||||
+ '<div class="OxColumnStatus OxLight">'
|
||||
+ Ox.formatNumber(data.items)
|
||||
+ '</div>'
|
||||
);
|
||||
},
|
||||
paste: function(data) {
|
||||
pandora.$ui.list.triggerEvent('paste', data);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue