I have just verified a user complaint about a distill website I'm deploying on Netlify. The site has many tables that are offered as "details" -- optional data tables that might interest some visitors but not others. In Rmarkdown they are created with:
<details>
datatable code, etc.
</details>
Here's what it looks like on Chrome (on a Mac) showing one of two "Details" table selected:
The problem is that using Firefox on a PC, the "Details" widgets are not clickable.
Does anyone have any ideas for solutions, debugging, etc?