diff --git a/controllets/data-table-controllet/data-table-controllet.html b/controllets/data-table-controllet/data-table-controllet.html index 961577e..f857e2f 100644 --- a/controllets/data-table-controllet/data-table-controllet.html +++ b/controllets/data-table-controllet/data-table-controllet.html @@ -255,12 +255,12 @@ }, ready : function() { - $(this.$.tbody).perfectScrollbar(); - this.step = 100; }, attached : function(){ + $(this.$.tbody).perfectScrollbar(); + this._resize(); var that = this; window.addEventListener("resize", function() { that._resize(); });