We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use case is for AIP1, score model. It would be nice to be able to define the order or appearance of clinical table data, most likely by supporting:
score
category
The current use case is a score model with the following attributes:
type
category_value
We would like to configure a view such that, in a separate tab:
clasi_score
clasi_*
!clasi_score
The text was updated successfully, but these errors were encountered:
Hmm, we could perhaps achieve the same desired result by allowing column-wise sorting and filtering features?
Sorry, something went wrong.
That would be a question for @bsamad , but I think she wants to pin a specific row to the top, not exactly let users sort arbitrarily...
No branches or pull requests
Use case is for AIP1,
score
model. It would be nice to be able to define the order or appearance of clinical table data, most likely by supporting:category
)The current use case is a
score
model with the following attributes:type
category
category_value
We would like to configure a view such that, in a separate tab:
category
values matching a regex would be listed at the top (i.e.clasi_score
)category
variables would be listed below (i.e.clasi_*
but!clasi_score
)The text was updated successfully, but these errors were encountered: