nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.33k stars 1.07k forks source link

variable drop down menu appears at top of html document #1324

Open distansnus opened 1 year ago

distansnus commented 1 year ago

I just installed the latest version of RStudio 2022.12.0+353 on my MAC. After knitting the RMD to HTML, the dropdown menus for the variables do not appear where the rpivottable is. Instead, they stay at the top of the HTML page. The dropdown menu for different types of charts and different types of aggregators are ok - they stay with the table. I did not face this issue previously with an older version of RStudio.

sierra-raby commented 1 year ago

I have the same issue, attaching a screenshot of the floating variable drop down appearing at the top of my Quarto-rendered HTML page (the pivot table itself is at the bottom of the page).

image