Alejandro Gómez

Results 9 comments of Alejandro Gómez

Hi @DivadNojnarg, so is it not possible to have the following lay-out with `{bs4Dash}`? Sometimes the titles are too long for the header area and the leftui area is better....

I found a way to do it using the `.list` argument. It´s a bit hacky but kind of works: ``` library(shiny) library(bs4Dash) shinyApp( ui = bs4Dash::dashboardPage( header = bs4Dash::dashboardHeader( title...

A _"flatter nested/tree table structure"_ sounds awesome tbh 😄 I think that creating a tree structure in a table is much more powerful than using shinytree, etc. [jsTreeR](https://github.com/stla/jsTreeR) is a...

Thank you for the detailed answer. I'll try all the things you've suggested.

> * **Features**: DT has a lot more features than reactable. Notable missing features in reactable include export buttons, cell editing, range/select input filters, and server-side rendering. However, reactable does...

Hi, I´ve managed to hack this using `block_articles`: ``` email % smtp_send( from = "me@me", to = c("me@me" ), subject = "Hola", credentials = creds_key(id = "id") ) ``` Which...

this type of customization would be great! btw, I think the op hack does not work anymore... :(

> Wait, is GCR akin to Amazon's Lambda? If so, I imagine this won't be a good fit for Shiny, no matter what software you put in the middle. These...

Hey @MarkEdmondson1234 thank you for the answer. So with session affinity can you have n containers and "scale to a billion"?