♻️(front) improve table pdf rendering

The previous way of rendering table was causing issues when tables
could not fit on one page. I then came accross this discussion
https://github.com/diegomura/react-pdf/issues/2343. The author
created a lib to improve the rendering of table, it's better, but
still not perfect maybe.
This commit is contained in:
Nathan Vasse
2025-02-14 15:28:33 +01:00
committed by NathanVss
parent 64d0072c8d
commit 009f5d6ed4
6 changed files with 105 additions and 22 deletions

View File

@@ -15,6 +15,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@ag-media/react-pdf-table": "2.0.1",
"@blocknote/core": "0.23.2",
"@blocknote/mantine": "0.23.2",
"@blocknote/react": "0.23.2",