Closed krystian8207 closed 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).
?sku[1]=ABC1&sku[2]=ABC2&price=10
shiny::parsedQueryString
We previously used GET parameters of form:
?sku[1]=ABC1&sku[2]=ABC2&price=10
to get list (and parsed it viashiny::parsedQueryString
). We still need this feature, so this is proposed solution (#27).