Open canholyavkin opened 2 years ago
Hi, I'm not very familiar with Quarto yet, so I'll have to learn more about it and find out what tbl-cap
does. If Quarto is adding a <caption>
element to the document, that probably won't work too well since reactable is an HTML widget where the table HTML is generated dynamically via JavaScript. And reactable isn't a native HTML table, so captions will have to be added a different way than using <caption>
.
Captions also aren't supported in reactable right now, but that's a known bug that's high on the priorities to fix.
I started to use Quarto docs. The following code can generate captions above the table.
However, when I try the same code with reactable, it just ignores the caption.
How can I solve the problem?