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