diff --git a/dist/jquery.bootgrid.js b/dist/jquery.bootgrid.js index 3a6163a..9590e46 100644 --- a/dist/jquery.bootgrid.js +++ b/dist/jquery.bootgrid.js @@ -234,6 +234,7 @@ response = that.options.responseHandler(response); that.current = response.current; + that.rowCount = response.rowCount; update(response.rows, response.total); }, error: function (jqXHR, textStatus, errorThrown) @@ -2025,4 +2026,4 @@ // ============ $("[data-toggle=\"bootgrid\"]").bootgrid(); -})(jQuery, window); \ No newline at end of file +})(jQuery, window);