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