bootstrap-table icon indicating copy to clipboard operation
bootstrap-table copied to clipboard

Fix issues table export.jquery.plugin deprecated #8070

Open marktech0813 opened this issue 1 month ago • 4 comments

What I changed

  • Implemented a built-in exporter in src/extensions/export/bootstrap-table-export.js that: Supports types: json, xml, csv, txt, sql, and maps excel to CSV (.xls). Preserves existing behaviors: fileName function support, footer export, column visibility (forceExport/forceHide), selected/all/basic export, and detail-view column exclusion via ignoreColumn. Uses safe Blob download, avoiding deprecated/vulnerable plugin code.
  • Updated docs in site/src/pages/docs/extensions/export.mdx: Removed plugin requirement. Documented built-in options (fileName, csvDelimiter, tableName) and supported types.
  • Updated CONTRIBUTING.md to reflect that Table Export is now built-in.

Notes

  • Users no longer need to include the deprecated plugin; exports work out of the box.
  • If you publish new artifacts, run the build to regenerate dist/ so consumers loading from dist/ get the changes. Status: I replaced the plugin with a built-in exporter, updated docs, and removed references. I removed the deprecated tableExport.jquery.plugin usage and implemented a built‑in exporter.

Contribution by Gittensor, learn more at https://gittensor.io/

marktech0813 avatar Nov 13 '25 14:11 marktech0813

Please check PR. thanks.

marktech0813 avatar Nov 13 '25 14:11 marktech0813

That's awesome!

ajiho avatar Nov 15 '25 13:11 ajiho

I fixed, Please check PR again, thanks.

marktech0813 avatar Nov 19 '25 05:11 marktech0813

Nice! Any idea when/if it will be merge?

fsay2604 avatar Dec 10 '25 18:12 fsay2604