Fixed: Manual Movie Page Filtering.

pull/2176/head
Leonardo Galli 7 years ago
parent c708c3f5a1
commit e2bda29737

@ -5,6 +5,7 @@ fullCollection.reset();
fullCollection.bindSignalR();
fullCollection.state.pageSize = -1;
fullCollection.state.page = 0;
fullCollection.mode = "client";
fullCollection.parseRecords = function(resp) {
return resp;
};

Loading…
Cancel
Save