3 留言 (3 留言)0 反應 (0 反應)0 負責人 (0 負責人)JavaScript1,249 star (1,249 star)415 fork (415 fork)batch import
good first issuehelp wanted
- 議題類型
- 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.