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

Update: Column config reordering, sorting ability #1280

Merged
merged 9 commits into from
Mar 17, 2021

Conversation

kevinhinterlong
Copy link
Member

Resolves #996
Resolves #985

Description

  • adds metadata to columns indicating whether or not they support sorting, (e.g. false for fili dimensions)
  • ability to add/remove sort from column config
  • update table with column metadata for sorting

Screenshots

sort-inactive sort-active

column.reordering.mp4

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

- adds metadata to columns indicating whether or not they support
  sorting, (e.g. false for fili dimensions)
- ability to add/remove sort from column config
- update table with column metadata for sorting
Copy link
Contributor

@jkusa jkusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. A few things that caught my eye:

  • A dragged column is transparent, we should either make the background opaque or have a shade with opacity < 100
  • Did the font size change to the visualization and filter headers on purpose

@kevinhinterlong
Copy link
Member Author

Overall looks good. A few things that caught my eye:

  • A dragged column is transparent, we should either make the background opaque or have a shade with opacity < 100
  • Did the font size change to the visualization and filter headers on purpose
  1. 👍 added some opacity
  2. Not intentional, updated

@kevinhinterlong
Copy link
Member Author

demo-reordering-sorting.mp4

Copy link
Contributor

@jkusa jkusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just the one comment, otherwise 👍

…n-config/base.scss

Co-authored-by: Jon Kilroy <jkilroy@gmail.com>
@kevinhinterlong kevinhinterlong merged commit 1735bd3 into master Mar 17, 2021
@kevinhinterlong kevinhinterlong deleted the column-config-reorder branch March 17, 2021 19:32
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.

Add sort setting to column config Add metadata to indicate whether or not a column supports sorting
2 participants