You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the order of rendered dataset is base on the names from object, e.g. tblist is order by tblist.
We need to add custom dynamic ordering, that can be changed in the cohort.
I'm not sure if this should be added in shinyCohortBuilder or cohortBuilder. This change should not impact any buisness logic, only the order of dataset display in shinyCohortBuilder.
The text was updated successfully, but these errors were encountered:
Currently, the order of rendered dataset is base on the names from object, e.g. tblist is order by tblist.
We need to add custom dynamic ordering, that can be changed in the cohort.
I'm not sure if this should be added in shinyCohortBuilder or cohortBuilder. This change should not impact any buisness logic, only the order of dataset display in shinyCohortBuilder.
The text was updated successfully, but these errors were encountered: