Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 293 Bytes

Export Table as PDF in React

This app shows how to export an HTML table as a PDF file in React using jspdf and jspdf-autotable.

Dependencies

  • React
  • jspdf
  • jspdf-autotable
  • vite

Usage

## Install Dependencies
npm install

## Run dev server :3000
npm run dev