|
|
@ -52,6 +52,7 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
_pageSizeChanged : function(event) {
|
|
|
|
_pageSizeChanged : function(event) {
|
|
|
|
|
|
|
|
this.table.show(new LoadingView());
|
|
|
|
var pageSize = parseInt($(event.target).val());
|
|
|
|
var pageSize = parseInt($(event.target).val());
|
|
|
|
this.bulkImportCollection.fullCollection.reset();
|
|
|
|
this.bulkImportCollection.fullCollection.reset();
|
|
|
|
this.bulkImportCollection.reset();
|
|
|
|
this.bulkImportCollection.reset();
|
|
|
|