Skip to content

Commit

Permalink
#876 Grids [aginate problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Sep 15, 2017
1 parent 6e305f7 commit 0cb5f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/js/classes/BxDolGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ BxDolGrid.prototype.processJson = function (oData, sAction, isDisableLoading) {

if (oData && undefined != oData.grid) {
$('#' + this._sIdContainer).html($(oData.grid).find('#' + this._sIdContainer).html());
$('#' + this._sIdWrapper).find('.bx-grid-footer').html($(oData.grid).find('.bx-grid-footer').html());
this._onDataReloaded(true);
}
if (oData && undefined != oData.msg) {
Expand Down

0 comments on commit 0cb5f67

Please sign in to comment.