diff --git a/dist/jquery.bootgrid.css b/dist/jquery.bootgrid.css index 4a04a3d..9da5ca0 100644 --- a/dist/jquery.bootgrid.css +++ b/dist/jquery.bootgrid.css @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.4.2 - 02/10/2017 + * jQuery Bootgrid v1.4.2 - 02/22/2017 * Copyright (c) 2014-2017 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ diff --git a/dist/jquery.bootgrid.fa.js b/dist/jquery.bootgrid.fa.js index a917ccd..ea8ef20 100644 --- a/dist/jquery.bootgrid.fa.js +++ b/dist/jquery.bootgrid.fa.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.4.2 - 02/10/2017 + * jQuery Bootgrid v1.4.2 - 02/22/2017 * Copyright (c) 2014-2017 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ diff --git a/dist/jquery.bootgrid.js b/dist/jquery.bootgrid.js index f4cb6bd..f462336 100644 --- a/dist/jquery.bootgrid.js +++ b/dist/jquery.bootgrid.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.4.2 - 02/10/2017 + * jQuery Bootgrid v1.4.2 - 02/22/2017 * Copyright (c) 2014-2017 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ @@ -1015,6 +1015,7 @@ var Grid = function(element, options) this.searchPhrase = ""; this.selectedRows = []; this.sortDictionary = {}; + this.storage = this.options.storage; // This is used to store a list of objects that can be used for formatters this.total = 0; this.totalPages = 0; this.cachedParams = { diff --git a/src/public.js b/src/public.js index 5dbc434..c785e58 100644 --- a/src/public.js +++ b/src/public.js @@ -32,6 +32,7 @@ var Grid = function(element, options) this.searchPhrase = ""; this.selectedRows = []; this.sortDictionary = {}; + this.storage = this.options.storage; // This is used to store a list of objects that can be used for formatters this.total = 0; this.totalPages = 0; this.cachedParams = {