I am creating my first Shiny dashboard! On my 'home' page I added several info boxes. I would like to add a link to these boxes, so that when a user clicks on the infobox, they will be directed to the accompanying menuItem/page from the sidebar.
So, when someone clicks on the info box stating 'Bevolking', I would like them to be directed to the menuItem 'Bevolking' from the side panel. Although I am able to add a link to an info box via href = "....". I am not able to include an internal link as described above. Could someone help me? See below an image that displays the 'home' page of mij shiny dashboard so far!
Any help is really appreciated!

Internal link Shiny infobox to menuItem
269 Views Asked by Anne Vlaanderen At
0
There are 0 best solutions below
Related Questions in HREF
- Angular 17 standalone link for the other section of the page on the same page
- Using WGET to Get Links on the Page
- How do I echo a PHP variable into a href attribute for a stylesheet
- How do I pass a query through a Link href in reactjs/nextjs?
- Obtain href links from first table in headless browser page (playwright._impl._errors.Error: Event loop is closed! Is Playwright already stopped?)
- URL to search in user's preferred search engine
- Adding href and id property leads to framing error
- How to change links in list.js pagination to from href="#" to href="?page="?
- Why does facebook business login for instagram get stuck at connect to instagram?
- the href "tel:" and "mailto:" are not clickable on Google Search app (iOS) on website
- Trying to create ol of urls
- img adress linked in href tag not opened in chrome
- Special character (Æ, Ø, ø, Å, å, Ä, ä, Ö, ö) in downloaded word file getting formatted to ASCI values in javascript
- "How to open one's Word application with a file through the browser using PHP HTML CSS?
- Why is my href directory not working in my reactjs project?
Related Questions in MENUITEM
- CSS - Change Margin of a Menu's Items..?
- How to add a border color when Router Link is activated form the menu of menuitem in react with typescript and MUI (5.15.14)
- Windows 11 - How to modify the title of a group of items in the Windows Explorer context menu?
- Menuitem item style
- Menu item of NavigationView doesn't get checked if it was the last item checked
- MenuItem SubMenu appearing on left hand side of ContextMenu instead of default
- MudBlazor Nested Menu Hover on nested child opens and closes that child dialog rapidly and isn't clickable
- Detecting menu item text (and ID)
- How to get select multiple menu items in MUI menu and return the selected value
- Can you tie a SwiftUI Mac app's menu item to the front window like you can in AppKit
- How to show a modal from inside a MUI Menuitem
- Android - Navigation stack issue with bottom navigation bar
- Remove extra menu when search view is click
- Flutter: Drawer items reopen after being in an open window already
- How To Add Woocommerce Product Categories To Menu Dynamically?
Related Questions in SHINYDASHBOARD
- How to deploy my shiny application (with multiple files) via Docker
- Object not found when building a random forest regression
- Main .rmd file to fetch data from multiple rmd files
- Display shiny widget only for specific tabPanel in shiny dashboard
- Creating a Dashboard with Shiny: Newbie
- How to use Tooltip with virtualSelectInput in R Shiny to show filter values if text is long and hidden by ellipsis
- Arrow icon of menu Item does not rotate in shinydashboardPlus
- How can I filter rows based on a delimited string in R?
- R Shiny GGPlotly labels moving to incorrect locations
- Shiny Dashboard dynamic content issues
- Adding states labels to plotly map created using plot_geo
- Download formatted flextables off of shiny app
- Compact shiny dashboard
- I am using the R Package shinydashboard, now the dashboardSidebar is NOT showing in black background
- How can I render a Carousel in R Shiny that has image and text with SlickR?
Related Questions in INFOBOX
- Transcluding Multiple Infoboxes in MediaWiki (CSS)
- Will VB InfoBoxes work for a web application?
- PowerShell - extracting nested object
- RegEx to format Wikipedia's infoboxes code
- Changing the values of infoBox from selectInput
- Powershell script - placing an entry from infoblox WAPI into a spreadsheet
- Ansible Execution Environment not recognizing installed module
- How to replace spaces from parameters in Fandom's Wikitext?
- Dynamic height adjustment of tabpanel does not work with infobox
- Update IP status from Unused to Used Infoblox API
- Expand a dataframe column to many
- How do I Web Scrape a Wikipedia Infobox Table?
- How do you move infoboxes to the side?
- Can two lists be combined to populate a Jupyter Gmaps info_box?
- how to have subtitle of both description and icon in infoBox in shinydashboard
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?