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

Multidimensional reorder #1862

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 3, 2023

  1. add multidimensional reorder (#1685)

    * add multidimensional sorting
    
    * fix tests
    
    * refactor naming
    
    * add TODO
    
    * remove items per axis
    
    * add new observer
    
    * add max-height to column sort
    
    * remove unused comments
    
    * add observer disconnection
    
    * add observer disconnection
    
    * add external ref
    
    * fix error if there is only one item
    
    Co-authored-by: Christian Jöcker <christian.joecker@maibornwolff.de>
    Co-authored-by: Matt Perry <mattgperry@gmail.com>
    3 people committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ceb2975 View commit details
    Browse the repository at this point in the history
  2. Latest changes

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    cdc56cf View commit details
    Browse the repository at this point in the history
  3. Updating logic

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e01d954 View commit details
    Browse the repository at this point in the history
  4. Fixing tests

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d615755 View commit details
    Browse the repository at this point in the history
  5. Updating

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    440a758 View commit details
    Browse the repository at this point in the history
  6. Adding overridable axis

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c74c3cf View commit details
    Browse the repository at this point in the history
  7. Renaming vars

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0dce39e View commit details
    Browse the repository at this point in the history
  8. Updating var names

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7cef1a3 View commit details
    Browse the repository at this point in the history
  9. Latest

    mattgperry committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b51d6e8 View commit details
    Browse the repository at this point in the history