Display loading view when changing page size

Tim Turner 8 years ago
parent 1e2c28f67a
commit 94f44a0eb7

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

Loading…
Cancel
Save