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

Allow Param panes to select specific Parameters #70

Closed
jbednar opened this issue Oct 1, 2018 · 0 comments
Closed

Allow Param panes to select specific Parameters #70

jbednar opened this issue Oct 1, 2018 · 0 comments

Comments

@jbednar
Copy link
Member

jbednar commented Oct 1, 2018

Right now, a Param panel will display all the Parameters of the Parameterized that it is given, as long as they are over the precedence threshold. This is a good default, but in many cases one wants to display only a subset of them, either because only those Parameters are relevant, or because one wants to put some subgroup of the Parameters in one spot on the page, and the others in another.

To allow displaying subsets, we could add an argument to pane.Param to whitelist or blacklist a given set of Parameters in a particular instantiation, then could have multiple instantiations per Parameterized at different spots on the page. A whitelist would presumably be provided as a Python list, in which case the order of Parameter names would be respected as the order of the widgets to instantiate.

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

No branches or pull requests

2 participants