[view/DE][xs]: default to displayCount to 50.
This commit is contained in:
@@ -77,7 +77,7 @@ my.DataExplorer = Backbone.View.extend({
|
|||||||
var self = this;
|
var self = this;
|
||||||
this.el = $(this.el);
|
this.el = $(this.el);
|
||||||
this.config = _.extend({
|
this.config = _.extend({
|
||||||
displayCount: 10
|
displayCount: 50
|
||||||
, readOnly: false
|
, readOnly: false
|
||||||
},
|
},
|
||||||
options.config);
|
options.config);
|
||||||
|
|||||||
Reference in New Issue
Block a user