diff --git a/dist/jQuery.Bootgrid.1.2.0.nupkg b/dist/jQuery.Bootgrid.1.2.0.nupkg index 18ef99c..afdfefe 100644 Binary files a/dist/jQuery.Bootgrid.1.2.0.nupkg and b/dist/jQuery.Bootgrid.1.2.0.nupkg differ diff --git a/dist/jquery.bootgrid-1.2.0.zip b/dist/jquery.bootgrid-1.2.0.zip index 792d74c..0d52d4c 100644 Binary files a/dist/jquery.bootgrid-1.2.0.zip and b/dist/jquery.bootgrid-1.2.0.zip differ diff --git a/dist/jquery.bootgrid.css b/dist/jquery.bootgrid.css index 45759f5..141855a 100644 --- a/dist/jquery.bootgrid.css +++ b/dist/jquery.bootgrid.css @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 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 5529e6a..eab2b0b 100644 --- a/dist/jquery.bootgrid.fa.js +++ b/dist/jquery.bootgrid.fa.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ diff --git a/dist/jquery.bootgrid.fa.min.js b/dist/jquery.bootgrid.fa.min.js index 98d6891..6c828d6 100644 --- a/dist/jquery.bootgrid.fa.min.js +++ b/dist/jquery.bootgrid.fa.min.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 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 a67bc3f..469cc6a 100644 --- a/dist/jquery.bootgrid.js +++ b/dist/jquery.bootgrid.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ @@ -1065,7 +1065,7 @@ multiSort: false, /** - * Generall search settings to configure the search field behaviour. + * General search settings to configure the search field behaviour. * * @property searchSettings * @type Object @@ -1106,7 +1106,7 @@ /** * Ajax request settings that shall be used for server-side communication. - * All setting can be overridden except data, error, success and url. + * All setting except data, error, success and url can be overridden. * For the full list of settings go to http://api.jquery.com/jQuery.ajax/. * * @property ajaxSettings @@ -1690,6 +1690,7 @@ * * @method getColumnSettings * @return {Array} Returns a list of the column settings. + * @since 1.2.0 **/ Grid.prototype.getColumnSettings = function() { @@ -1703,6 +1704,7 @@ * * @method getCurrentPage * @return {Number} Returns the current page index. + * @since 1.2.0 **/ Grid.prototype.getCurrentPage = function() { @@ -1716,6 +1718,7 @@ * * @method getCurrentPage * @return {Array} Returns the current rows. + * @since 1.2.0 **/ Grid.prototype.getCurrentRows = function() { @@ -1729,6 +1732,7 @@ * * @method getRowCount * @return {Number} Returns the row count per page. + * @since 1.2.0 **/ Grid.prototype.getRowCount = function() { @@ -1742,6 +1746,7 @@ * * @method getSearchPhrase * @return {String} Returns the actual search phrase. + * @since 1.2.0 **/ Grid.prototype.getSearchPhrase = function() { @@ -1755,6 +1760,7 @@ * * @method getSelectedRows * @return {Array} Returns all selected rows. + * @since 1.2.0 **/ Grid.prototype.getSelectedRows = function() { @@ -1768,6 +1774,7 @@ * * @method getSortDictionary * @return {Object} Returns the sort dictionary. + * @since 1.2.0 **/ Grid.prototype.getSortDictionary = function() { @@ -1781,6 +1788,7 @@ * * @method getTotalPageCount * @return {Number} Returns the total page count. + * @since 1.2.0 **/ Grid.prototype.getTotalPageCount = function() { @@ -1794,6 +1802,7 @@ * * @method getTotalRowCount * @return {Number} Returns the total row count. + * @since 1.2.0 **/ Grid.prototype.getTotalRowCount = function() { diff --git a/dist/jquery.bootgrid.min.css b/dist/jquery.bootgrid.min.css index 96f0fcb..f9a4690 100644 --- a/dist/jquery.bootgrid.min.css +++ b/dist/jquery.bootgrid.min.css @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */.bootgrid-footer,.bootgrid-header{margin:15px 0}.bootgrid-footer a,.bootgrid-header a{outline:0}.bootgrid-footer .search,.bootgrid-header .search{display:inline-block;margin:0 20px 0 0;vertical-align:middle;width:180px}.bootgrid-footer .search .glyphicon,.bootgrid-header .search .glyphicon{top:0}.bootgrid-footer .search .fa,.bootgrid-header .search .fa{display:table-cell}.bootgrid-footer .search .search-field::-ms-clear,.bootgrid-footer .search.search-field::-ms-clear,.bootgrid-header .search .search-field::-ms-clear,.bootgrid-header .search.search-field::-ms-clear{display:none}.bootgrid-footer .pagination,.bootgrid-header .pagination{margin:0!important}.bootgrid-footer .infoBar,.bootgrid-header .actionBar{text-align:right}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu{text-align:left}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item{cursor:pointer;display:block;margin:0;padding:3px 20px;white-space:nowrap}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item:focus,.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item:hover,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item:focus,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox,.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item .dropdown-item-checkbox,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox{margin:0 2px 4px 0;vertical-align:middle}.bootgrid-footer .infoBar .btn-group>.btn-group .dropdown-menu .dropdown-item.disabled,.bootgrid-header .actionBar .btn-group>.btn-group .dropdown-menu .dropdown-item.disabled{cursor:not-allowed}.bootgrid-table{table-layout:fixed}.bootgrid-table a{outline:0}.bootgrid-table th>.column-header-anchor{color:#333;cursor:not-allowed;display:block;position:relative;text-decoration:none}.bootgrid-table th>.column-header-anchor.sortable{cursor:pointer}.bootgrid-table th>.column-header-anchor>.text{display:block;margin:0 16px 0 0;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bootgrid-table th>.column-header-anchor>.icon{display:block;position:absolute;right:0;top:2px}.bootgrid-table th:active,.bootgrid-table th:hover{background:#fafafa}.bootgrid-table td{overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bootgrid-table td.loading,.bootgrid-table td.no-results{background:#fff;text-align:center}.bootgrid-table td.select-cell,.bootgrid-table th.select-cell{text-align:center;width:30px}.bootgrid-table td.select-cell .select-box,.bootgrid-table th.select-cell .select-box{margin:0;outline:0}.table-responsive .bootgrid-table{table-layout:inherit!important}.table-responsive .bootgrid-table td,.table-responsive .bootgrid-table th>.column-header-anchor>.text{overflow:inherit!important;-ms-text-overflow:inherit!important;-o-text-overflow:inherit!important;text-overflow:inherit!important;white-space:inherit!important} \ No newline at end of file diff --git a/dist/jquery.bootgrid.min.js b/dist/jquery.bootgrid.min.js index e899395..f07a040 100644 --- a/dist/jquery.bootgrid.min.js +++ b/dist/jquery.bootgrid.min.js @@ -1,5 +1,5 @@ /*! - * jQuery Bootgrid v1.2.0 - 04/22/2015 + * jQuery Bootgrid v1.2.0 - 05/02/2015 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com) * Licensed under MIT http://www.opensource.org/licenses/MIT */ diff --git a/src/public.js b/src/public.js index 270d4b4..28de50d 100644 --- a/src/public.js +++ b/src/public.js @@ -111,7 +111,7 @@ Grid.defaults = { multiSort: false, /** - * Generall search settings to configure the search field behaviour. + * General search settings to configure the search field behaviour. * * @property searchSettings * @type Object @@ -152,7 +152,7 @@ Grid.defaults = { /** * Ajax request settings that shall be used for server-side communication. - * All setting can be overridden except data, error, success and url. + * All setting except data, error, success and url can be overridden. * For the full list of settings go to http://api.jquery.com/jQuery.ajax/. * * @property ajaxSettings @@ -736,6 +736,7 @@ Grid.prototype.sort = function(dictionary) * * @method getColumnSettings * @return {Array} Returns a list of the column settings. + * @since 1.2.0 **/ Grid.prototype.getColumnSettings = function() { @@ -749,6 +750,7 @@ Grid.prototype.getColumnSettings = function() * * @method getCurrentPage * @return {Number} Returns the current page index. + * @since 1.2.0 **/ Grid.prototype.getCurrentPage = function() { @@ -762,6 +764,7 @@ Grid.prototype.getCurrentPage = function() * * @method getCurrentPage * @return {Array} Returns the current rows. + * @since 1.2.0 **/ Grid.prototype.getCurrentRows = function() { @@ -775,6 +778,7 @@ Grid.prototype.getCurrentRows = function() * * @method getRowCount * @return {Number} Returns the row count per page. + * @since 1.2.0 **/ Grid.prototype.getRowCount = function() { @@ -788,6 +792,7 @@ Grid.prototype.getRowCount = function() * * @method getSearchPhrase * @return {String} Returns the actual search phrase. + * @since 1.2.0 **/ Grid.prototype.getSearchPhrase = function() { @@ -801,6 +806,7 @@ Grid.prototype.getSearchPhrase = function() * * @method getSelectedRows * @return {Array} Returns all selected rows. + * @since 1.2.0 **/ Grid.prototype.getSelectedRows = function() { @@ -814,6 +820,7 @@ Grid.prototype.getSelectedRows = function() * * @method getSortDictionary * @return {Object} Returns the sort dictionary. + * @since 1.2.0 **/ Grid.prototype.getSortDictionary = function() { @@ -827,6 +834,7 @@ Grid.prototype.getSortDictionary = function() * * @method getTotalPageCount * @return {Number} Returns the total page count. + * @since 1.2.0 **/ Grid.prototype.getTotalPageCount = function() { @@ -840,6 +848,7 @@ Grid.prototype.getTotalPageCount = function() * * @method getTotalRowCount * @return {Number} Returns the total row count. + * @since 1.2.0 **/ Grid.prototype.getTotalRowCount = function() {