- I have an R Shiny dashboard.
- In its body, I have some user inputs located in the top part of the body, e.g. sliders and text inputs.
- Underneath user inputs, I have charts that are being rendered when a user changes inputs.
- There are several charts located in several rows, therefore a user needs to scroll down to go through all of them.
- I want to freeze the upper part of the dashboard body, so when a user scrolls down, all user inputs are still being visible. Something similar to Excel's "Freeze Rows" functionality.
How do I do that?
Please check the function absolutePanel() from the library markdown. It is exactly what you are looking for! I'm attaching a hyperlink of the same below. Absolutely Positioned Panels