bootstrap-table
bootstrap-table copied to clipboard
Fix issues table export.jquery.plugin deprecated #8070
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/
Please check PR. thanks.
That's awesome!
I fixed, Please check PR again, thanks.
Nice! Any idea when/if it will be merge?