From 020482561006c16d7b425820a80c016cb434f56f Mon Sep 17 00:00:00 2001 From: xanish Date: Mon, 30 Sep 2024 23:52:04 +0530 Subject: [PATCH 1/2] Added example for getFooterData --- index.html | 1 + methods/get-footer-data.html | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 methods/get-footer-data.html diff --git a/index.html b/index.html index 255315b3..c59d232c 100644 --- a/index.html +++ b/index.html @@ -318,6 +318,7 @@
  • Expand/Collapse Row
  • Filter By
  • Get Data
  • +
  • Get Footer Data
  • Get Hidden Rows
  • Get Options
  • Get Row By Unique Id
  • diff --git a/methods/get-footer-data.html b/methods/get-footer-data.html new file mode 100644 index 00000000..638c793f --- /dev/null +++ b/methods/get-footer-data.html @@ -0,0 +1,41 @@ + + +
    + +
    + + + + + + + + +
    IDItem NameItem Price
    + + From d6e856e407134cc130eaba7d3e75c8a1c8ae58ce Mon Sep 17 00:00:00 2001 From: zhixin Date: Wed, 2 Oct 2024 00:17:59 +0800 Subject: [PATCH 2/2] Build 1.23.5 --- assets/js/template.js | 2 +- crud/index.html | 4 ++-- options/table-locale.html | 2 +- package.json | 2 +- vue-starter/package.json | 2 +- webpack-starter/package.json | 2 +- welcome.html | 2 +- welcomes/vue-component.html | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/js/template.js b/assets/js/template.js index 68caa91a..266456f5 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://cdn.jsdelivr.net/npm/bootstrap-table@1.23.4/dist/', + cdnUrl: 'https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/', localUrl: '../bootstrap-table/src/', testUrl: '/src/' } diff --git a/crud/index.html b/crud/index.html index 630e6c95..fd2cff2a 100644 --- a/crud/index.html +++ b/crud/index.html @@ -5,7 +5,7 @@ - +