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

Table order top-down or bottom-up #14

Open
natoverse opened this issue Nov 2, 2020 · 0 comments
Open

Table order top-down or bottom-up #14

natoverse opened this issue Nov 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@natoverse
Copy link
Contributor

The hierarchy is represented bottom-up by displaying the leaf table at the top of the browser list, and walking up the tree as you scroll down the tables (with the tree root being the bottom table). This is the default because starting from a leaf provides a predictable path to the root from a known starting point, whereas starting at the root could require navigation decisions at each level to find a leaf. For our common use cases, we are starting from a known row item that we can trace to a leaf, and showing the leaf table at the top is the finest granularity (smallest community) they are a member of - typically the preferred list to explore first.

That said, top-down is a much more common way of navigating trees so there may be times when it is desirable to represent the tree in a more traditional manner.

@natoverse natoverse added the enhancement New feature or request label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant