mirror of https://gitee.com/bigwinds/arangodb
not hiding pagination for filter anymore
This commit is contained in:
parent
47c9fe8f23
commit
242248d01f
|
@ -238,7 +238,9 @@ var documentsView = Backbone.View.extend({
|
||||||
this.addDocumentSwitch = false;
|
this.addDocumentSwitch = false;
|
||||||
window.documentsView.clearTable();
|
window.documentsView.clearTable();
|
||||||
window.arangoDocumentsStore.getFilteredDocuments(this.colid, 1, filters, bindValues);
|
window.arangoDocumentsStore.getFilteredDocuments(this.colid, 1, filters, bindValues);
|
||||||
$('#documentsToolbarF ul').css("visibility", "hidden");
|
|
||||||
|
//Hide pagination
|
||||||
|
//$('#documentsToolbarF ul').css("visibility", "hidden");
|
||||||
},
|
},
|
||||||
|
|
||||||
addFilterItem : function () {
|
addFilterItem : function () {
|
||||||
|
|
Loading…
Reference in New Issue