diff --git a/assets/js/index.js b/assets/js/index.js index 2bd5b639..1313bae0 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -37,12 +37,12 @@ function loadUrl(url_) { if (window._config.themes.indexOf(window._config.theme) > -1) { template += '-' + window._config.theme } - var url = template + '.html?v=864&url=' + url_ + var url = template + '.html?v=869&url=' + url_ if (window._config.isDebug) { url = template + '.html?t=' + (+new Date()) + '&url=' + url_ } if (window._config.isViewSource) { - url = template + '.html?v=864&view-source&url=' + url_ + '#view-source' + url = template + '.html?v=869&view-source&url=' + url_ + '#view-source' } $('iframe').attr('src', url) } diff --git a/assets/js/template.js b/assets/js/template.js index b13111b4..da84682b 100644 --- a/assets/js/template.js +++ b/assets/js/template.js @@ -1,7 +1,7 @@ window._config = { isDebug: location.hash.slice(1) === 'is-debug' || ['localhost', '127.0.0.1', 'dev.bootstrap-table.com'].indexOf(location.hostname) > -1, - cdnUrl: 'https://unpkg.com/bootstrap-table@1.22.1/dist/', + cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.22.2/dist/', localUrl: '../bootstrap-table/src/', testUrl: '/src/' } diff --git a/extensions/addrbar.html b/extensions/addrbar.html index 2698bc03..af1da0c0 100644 --- a/extensions/addrbar.html +++ b/extensions/addrbar.html @@ -23,6 +23,6 @@ if (theme) { template = 'template-' + theme + '.html' } - $('#launch').attr('href', template + '?v=864&url=extensions/addrbar-page.html') + $('#launch').attr('href', template + '?v=869&url=extensions/addrbar-page.html') } diff --git a/extensions/resizable.html b/extensions/resizable.html index 3a46aa84..9d90f7da 100644 --- a/extensions/resizable.html +++ b/extensions/resizable.html @@ -3,11 +3,11 @@ title: 'Resizable', desc: 'Use Plugin: jquery-resizable-columns and bootstrap-table-resizable.', links: [ - 'https://unpkg.com/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.css', + 'https://cdn.jsdelivr.net/npm/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.min.css', 'bootstrap-table.min.css' ], scripts: [ - 'https://unpkg.com/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.min.js', + 'https://cdn.jsdelivr.net/npm/jquery-resizable-columns@0.2.3/dist/jquery.resizableColumns.min.js', 'bootstrap-table.min.js', 'extensions/resizable/bootstrap-table-resizable.min.js' ] diff --git a/for-test-bootstrap3.html b/for-test-bootstrap3.html index 6b69699b..07139ba8 100644 --- a/for-test-bootstrap3.html +++ b/for-test-bootstrap3.html @@ -9,11 +9,11 @@ - + - +
diff --git a/for-test-bootstrap4.html b/for-test-bootstrap4.html index 1c39aae9..b3f6d3de 100644 --- a/for-test-bootstrap4.html +++ b/for-test-bootstrap4.html @@ -9,11 +9,11 @@ - + - +
diff --git a/for-test-bulma.html b/for-test-bulma.html index 0477636a..872bad21 100644 --- a/for-test-bulma.html +++ b/for-test-bulma.html @@ -9,10 +9,10 @@ - + - +
diff --git a/for-test-foundation.html b/for-test-foundation.html index b89f877f..a1088286 100644 --- a/for-test-foundation.html +++ b/for-test-foundation.html @@ -10,11 +10,11 @@ - + - +
diff --git a/for-test-materialize.html b/for-test-materialize.html index ff922ad1..7b2b2e3a 100644 --- a/for-test-materialize.html +++ b/for-test-materialize.html @@ -13,7 +13,7 @@ - +
diff --git a/for-test-semantic.html b/for-test-semantic.html index 1f9b0b4e..ddcb8cca 100644 --- a/for-test-semantic.html +++ b/for-test-semantic.html @@ -9,11 +9,11 @@ - + - +
diff --git a/for-test.html b/for-test.html index 06ed393b..83bd0cb4 100644 --- a/for-test.html +++ b/for-test.html @@ -13,7 +13,7 @@ - +
diff --git a/index.html b/index.html index 0c373a27..57e245a4 100644 --- a/index.html +++ b/index.html @@ -7,12 +7,12 @@ - + - + - + @@ -594,5 +594,5 @@ - + diff --git a/issues/188.html b/issues/188.html index 84211768..f19efa1d 100644 --- a/issues/188.html +++ b/issues/188.html @@ -6,7 +6,7 @@ 'bootstrap-table.min.css' ], scripts: [ - 'https://unpkg.com/tableexport.jquery.plugin/tableExport.min.js', + 'https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.28.0/tableExport.min.js', 'bootstrap-table.min.js', 'extensions/export/bootstrap-table-export.min.js' ] diff --git a/issues/3784.html b/issues/3784.html index 75ca6897..e3779028 100644 --- a/issues/3784.html +++ b/issues/3784.html @@ -3,11 +3,11 @@ title: 'Issue #3784', desc: 'Overwrite the table scrollbar(#3784).', links: [ - 'https://unpkg.com/perfect-scrollbar@1.4.0/css/perfect-scrollbar.css', + 'https://cdn.jsdelivr.net/npm/perfect-scrollbar@1.5.5/css/perfect-scrollbar.min.css', 'bootstrap-table.min.css' ], scripts: [ - 'https://unpkg.com/perfect-scrollbar@1.4.0/dist/perfect-scrollbar.min.js', + 'https://cdn.jsdelivr.net/npm/perfect-scrollbar@1.5.5/dist/perfect-scrollbar.min.js', 'bootstrap-table.min.js' ] }) diff --git a/issues/3830.html b/issues/3830.html index b3cd1b5b..083ea7a2 100644 --- a/issues/3830.html +++ b/issues/3830.html @@ -4,7 +4,7 @@ desc: 'Export all records with server side pagination(#3830).', links: ['bootstrap-table.min.css'], scripts: [ - 'https://unpkg.com/tableexport.jquery.plugin/tableExport.min.js', + 'https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.28.0/tableExport.min.js', 'bootstrap-table.min.js', 'extensions/export/bootstrap-table-export.min.js' ] diff --git a/issues/4214.html b/issues/4214.html index fda70a91..96e3cfed 100644 --- a/issues/4214.html +++ b/issues/4214.html @@ -4,7 +4,7 @@ desc: 'Added index field.(#4214).', links: ['bootstrap-table.min.css'], scripts: [ - 'https://unpkg.com/tableexport.jquery.plugin/tableExport.min.js', + 'https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.28.0/tableExport.min.js', 'bootstrap-table.min.js', 'extensions/export/bootstrap-table-export.min.js' ] diff --git a/issues/4586.html b/issues/4586.html index dedfc80b..9d97da84 100644 --- a/issues/4586.html +++ b/issues/4586.html @@ -4,7 +4,7 @@ desc: 'Customize data attribute of td.(#4586).', links: ['bootstrap-table.min.css'], scripts: [ - 'https://unpkg.com/tableexport.jquery.plugin/tableExport.min.js', + 'https://cdn.jsdelivr.net/npm/tableexport.jquery.plugin@1.28.0/tableExport.min.js', 'bootstrap-table.min.js', 'extensions/export/bootstrap-table-export.min.js' ] diff --git a/json/footerField.json b/json/footerField.json index cc8dfad2..d50c0154 100644 --- a/json/footerField.json +++ b/json/footerField.json @@ -58,8 +58,8 @@ } ], "footer": { - "id": "footer id", - "_id_colspan": 2, - "name": "footer name" + "id": "Total", + "name": "10", + "price": "$55" } } diff --git a/options/icons-prefix.html b/options/icons-prefix.html index bae2ba80..d03b5566 100644 --- a/options/icons-prefix.html +++ b/options/icons-prefix.html @@ -3,7 +3,7 @@ title: 'Icons Prefix', desc: 'Use `iconsPrefix` option to defines icon set name. In the case we use ionicons as an example.', links: [ - 'https://unpkg.com/ionicons@4.5.5/dist/css/ionicons.min.css', + 'https://cdn.jsdelivr.net/npm/ionicons@7.2.2/dist/collection/components/icon/icon.min.css', 'bootstrap-table.min.css' ], scripts: ['bootstrap-table.min.js'] diff --git a/options/loading-template.html b/options/loading-template.html index 926ac0be..56e9ded8 100644 --- a/options/loading-template.html +++ b/options/loading-template.html @@ -3,7 +3,7 @@ title: 'Loading Template', desc: 'Use `loadingTemplate` option to custom the loading type.', links: [ - 'https://unpkg.com/placeholder-loading/dist/css/placeholder-loading.min.css', + 'https://cdn.jsdelivr.net/npm/placeholder-loading@0.6.0/dist/css/placeholder-loading.min.css', 'bootstrap-table.min.css' ], scripts: ['bootstrap-table.min.js'] diff --git a/options/table-locale.html b/options/table-locale.html index 7c3679b2..6ea4ba2a 100644 --- a/options/table-locale.html +++ b/options/table-locale.html @@ -5,7 +5,7 @@ links: ['bootstrap-table.min.css'], scripts: [ 'bootstrap-table.min.js', - 'https://unpkg.com/bootstrap-table@1.22.1/dist/bootstrap-table-locale-all.min.js' + 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.22.2/dist/bootstrap-table-locale-all.min.js' ] }) diff --git a/template-bootstrap-table.html b/template-bootstrap-table.html index 092e923c..180cc8ad 100644 --- a/template-bootstrap-table.html +++ b/template-bootstrap-table.html @@ -9,11 +9,11 @@ - - + + - +