Zauad Shahreer Abeer

Results 15 issues of Zauad Shahreer Abeer

Is there a way to use semantic.dashboard::box in a shiny.semantic app?

enhancement

Is there any such function to update a `descriptionBlock` from the server side instead of using `renderUI()`?

enhancement

Hi there, How can I access the afterChange callback from shiny? Mainly, I need to know when a cell has changed, what has changed etc. I'm looking to access from...

Hi there, On the documentation, there is an example to use `tippy` with the headers. ```r library(htmltools) library(dplyr) library(tippy) data % select(car:hp) # See the ?tippy documentation to learn how...

Hi there, Thanks for the awesome package. I needed to use a couple of functionalities. 1. Highlight the searched term in the table. 2. Get the input in the search...

enhancement

The tooltip does not seem to respond to screen sizes and for large texts, it gets cut off. ```r library(shiny) library(echarts4r) ui

Hi John, A couple of issues. 1. I want to show the search button inside a DT table as part of a guide. It doesn't show at the moment. I've...

Code ```r menus = data.frame( names = c("menu1", "menu2") ) sub_menus = data.frame( names = c("sub1", "sub2") ) library(shiny) library(bs4Dash) ui

fixed-in-dev

The `dashboardBrand` (generated dynamically) does not collapse with the `sidebarMenu` as seen in the video. It hides when the user scrolls up. Also, it does not show up when the...