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

Adds flexibility to what fields are displayed from a model #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexhroom
Copy link
Collaborator

This PR fixes #83 by adding the display_fields property to a RATModel, which allows flexibility in what fields are displayed when the model is given as a table, both in the model and in a ClassList. In a ClassList, it will display all fields that are in the display_fields of at least one item in the list data.

Once #100 is merged, this will also allow the table display to hide unused background values (e.g. if all backgrounds are constant, the unused value fields won't be displayed)

@alexhroom alexhroom marked this pull request as ready for review December 20, 2024 06:14
@alexhroom alexhroom changed the title Adds flexibility to what fields are displayed from a Model Adds flexibility to what fields are displayed from a model Dec 20, 2024
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.

Implement the show Priors functionality for the Project class
1 participant