3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,249 stars (1,249 stars)415 forks (415 forks)batch import
good first issuehelp wanted
- Issue 種別
- feature
- 調査方針
- Review the issue comments and the existing export to CSV feature in the react bootstrap table2 codebase. Check the repository's documentation and issues for any discussion on PDF export. Examine the table component's API to see if there are any hooks for custom export. Consider using jsPDF or html2canvas to capture the table as an image and generate a PDF. Start by adding a basic export button that calls a PDF generation function.