Landscape-Data-Commons / rangeland_indicator_calculator

A Shiny interface for calculating indicators/statistics using terradactyl
0 stars 0 forks source link

Lock variable names to keep them visible while scrolling down tables #62

Closed nstauffer closed 1 year ago

nstauffer commented 1 year ago

This may not be possible, but it'd be really nice!

nstauffer commented 1 year ago

The solution looks like this:

DT::renderDataTable(ddata,
                    options = list(fixedHeader = TRUE), 
                    extensions = "FixedHeader")