-
Notifications
You must be signed in to change notification settings - Fork 16
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
docs: list_view spec #352
docs: list_view spec #352
Conversation
PartitionedTable navigable sections? What do you mean by this? What do you expect happens when one clicks it. This isn't something fully baked into spectrum it seems, like there's a place for the > arrow, but what happens when you click that? |
@dsmmcken Yes, it's that > arrow behavior I was trying to describe, with the term sections used to link it more broadly to the idea of 1 constituent table = 1 section, and the term navigable to imply that you use the navigation icon. |
To be honest, I don't love it (the args are very verbose and it might be more trouble than it's worth), and would be fine dropping it, but it is a way to display a |
I would drop support for it at this time. Seems like a building block feature on the spectrum side that one could use to build a drill-down style UI on top of. Like each drill down level is a set of partition keys, but state would be outside of that list. Would need a JS ui component for transitioning states etc. |
Adds spec for
list_view
There are two major additions on top of what has been discussed in the picker spec.
PartitionedTable
can be supported through created section items that themselves have children. These are just "normal" items, but would have Navigation icons that allow collapsing.