chikao0817

Results 5 comments of chikao0817

Hi, Thanks for reply :) Sorry I wasn't cleanly asked my question. I had set `dashboardControlbar()` parameter `pinned = TRUE`, and `overlay = TRUE` in app beginning. but I need...

I find a method to treat this state. Only use `shinyjs::extendShinyjs` to create function ***ui*** ``` useShinyjs(), shinyjs::extendShinyjs(text = "shinyjs.clickpin = function(){$('#controlbarPin').click()}",functions = c("clickpin")) ``` ***server*** `js$clickpin()` and it will...

Hi, I used renderUI to editing ccs, and initComplete to set datatable for dark mode. example like it **datatable dark mode text color in ui.R** `uiOutput('datatable_darkcontrol')` **datatable dark mode text...

@zpio Thanks for css modify example. I try it and tabs looks better. But when ` .nav>` edit Also cause the siderbar padding Before ![image](https://user-images.githubusercontent.com/47777206/160746370-76a14079-00a1-4d77-95a2-bf4987914958.png) After setting ![image](https://user-images.githubusercontent.com/47777206/160746498-5a1832dc-354b-4ff1-a709-7e88a2d5bcda.png) Thanks for...

Thanks for the quick reply :) It's very useful to use tidy_taxonomy() to clean taxonomy table, and make a uniform taxonomy information. Then solve this problem. Thank you very much.