You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue when trying to knit a reactable table using chrome_print. For some reason, when I don't include LaTeX code, the reactable table doesn't show up in the PDF, but if I do, then it actually shows up.
Here's a simple reproducible code, if it's useful:
The reactable package is not yet supported by html_paged() as any other HTML widget (see #58) but we have a candidate solution (see #87) that we will merge soon.
There are many challenges to solve with HTML widgets. One of them is the synchronization between the HTML widgets and Paged.js (Paged.js must run after the widgets are rendered). We have the same synchronisation puzzle to solve for any JavaScript library.
For instance, pagedown synchronizes well MathJax and Paged.js: equations are rendered before Paged.js starts.
Your working example is really interesting because using maths, it indirectly synchronizes the HTML widget with Paged.js (the widget is rendered before MathJax and Paged.js waits for MathJax): this is an undocumented positive side effect 😄
Hi,
I had an issue when trying to knit a reactable table using chrome_print. For some reason, when I don't include LaTeX code, the reactable table doesn't show up in the PDF, but if I do, then it actually shows up.
Here's a simple reproducible code, if it's useful:
I've included both PDFs outputs. If anyone has an idea of why this might be, I'd really appreciate it! Thanks.
reactable_example2.pdf
reactable_example1.pdf
The text was updated successfully, but these errors were encountered: