-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Request]: Implement label to the filter-state #130
Comments
Due to our de#date, I feel that we can close this issue. In summary, the current state of the filter card includes two rows: the first row displays the column name and label (if applicable), while the second row shows the selected values, which change dynamically based on user input. @gogonzo thoughts? |
I think this is still needed but the result should be discussed. Maybe users should be allowed to set values of the filter, name it accordingly (e.g. "adult") to avoid showing numbers which might not say anything. I'd like to discuss this at some point |
Thanks, we can discuss this more. |
Let's start the discussion. @lcd2yyz
|
This is closely related to #220 , let's tackle these together in a discussion session. |
Per discussion with @lcd2yyz, this is no longer needed in favor of filter expression. |
part of #48 should rather follow #129
Feature description
Label should be a reactiveValue which:
{dataname}.{varname}: {min(selected)}-{max(selected)}
{dataname}{varname}: {paste(selected, collapse = ",")}
. Length of the label should be limited to X characters. We can figure value of X during the implementationlabel
.The text was updated successfully, but these errors were encountered: