OHDSI / OhdsiShinyModules

An R package containing Shiny modules used by various OHDSI Shiny apps
https://ohdsi.github.io/OhdsiShinyModules/
7 stars 11 forks source link

select reasonable column display defaults #290

Open fdefalco opened 3 months ago

fdefalco commented 3 months ago

prevent initial horizontal scrolling in table displays (leverage sparklines where applicable instead of all distribution columns by default being displayed)

nhall6 commented 3 weeks ago

@jreps - have you tried including sparklines into reactables in the past? I remember seeing some code that I think you wrote that attempted this. If I remember correctly, there was some issue preventing the sparklines from working properly inside the reactable - is that true?

jreps commented 6 days ago

sparklines in reactable was difficult if I remember correctly unless you have the full data (but we generally only have aggregate stuff)