Skip to content
New issue

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

Fix table view feature value && scroll bar #1954

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

RubyZ10
Copy link
Contributor

@RubyZ10 RubyZ10 commented Feb 7, 2023

This PR fix two things

  1. the feature value in table view is wrong
    When creating a new cohort and select treat as categorical, the value displayed in table value is wrong. It is displaying the index of the value in its sortedCategricalValues array
    It should display its actual value

selecting cohort 8 which has filter: age includes 18
image

Before change
image

After change
image

  1. fix scroll bar

Before change
image

After change
image

Description

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

Signed-off-by: RubyZ10 <[email protected]>
@RubyZ10 RubyZ10 marked this pull request as ready for review February 7, 2023 22:08
@RubyZ10 RubyZ10 enabled auto-merge (squash) February 7, 2023 22:10
@RubyZ10 RubyZ10 merged commit d7dd849 into main Feb 7, 2023
@RubyZ10 RubyZ10 deleted the zhenzhu/fixTableView branch February 7, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants