react-bootstrap-table/react-bootstrap-table2
Voir sur GitHubHi, is there an Export to PDF soon ?
Open
#580 ouverte le 1 oct. 2018
3 commentaires (3 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript1 249 stars (1 249 stars)415 forks (415 forks)batch import
good first issuehelp wanted
Description
thanks
Guide contributeur
- Stack technique
- javascriptreact
- Domaine
- frontend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-2 days
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- unclear
- Prérequis
- Reactreact bootstrap table2 basics
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 30
- Direction de recherche
- 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.