BizzNEST / watsonville-bizznest-scheduler

0 stars 0 forks source link

feat(pdf-export-table) #81

Closed 17sergio closed 1 month ago

17sergio commented 1 month ago

When you open your pull requests, remove the lines that start and end with underscores (_)

Changes

  1. pdf functionality

Purpose

I made the pdf button export out the pairs table

Approach

we imported autotable script and gave tbody an id and then edited the javascript for the pdf button to include set id

Pre-Testing TODOs

randomize pairs and then press export to pdf to make sure it wok

press export to pdf after generating pairs and looking to make sure its all correct

Learning

searching in the web multiple ways to export a table onto a pdf

Closes #76