react-bootstrap-table/react-bootstrap-table2
View on GitHubHi, is there an Export to PDF soon ?
Open
#580 opened on Oct 1, 2018
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
Description
thanks
Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Reactreact bootstrap table2 basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- 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.