Appsilon / shiny.router

A minimalistic router for your Shiny apps.
http://appsilon.github.io/shiny.router
Other
256 stars 31 forks source link

Allow lists in get #26

Closed krystian8207 closed 6 years ago

krystian8207 commented 6 years ago

We previously used GET parameters of form: ?sku[1]=ABC1&sku[2]=ABC2&price=10 to get list (and parsed it via shiny::parsedQueryString). We still need this feature, so this is proposed solution (#27).