We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently shows a simple table view with information on Nestable entry types
This is useful but hides the sub-parameters.
Perhaps there should be a toggle that swaps between showing the
This will likely involve packaging these into proper widgets, rather than leaving it up to the user to make the model and assign it to a widget.
This should remain a table view, rather than a tree view (covered by existing tree views)
Thoughts in making this table view more usable and applicable to other pages.
N/A
a bit of a refactor To look into: does adding children to Table items mean anything? Do they get hidden? Do we have to use a proxy model here
The text was updated successfully, but these errors were encountered:
tangkong
No branches or pull requests
Current Behavior
Currently shows a simple table view with information on Nestable entry types
Expected Behavior
This is useful but hides the sub-parameters.
Perhaps there should be a toggle that swaps between showing the
This will likely involve packaging these into proper widgets, rather than leaving it up to the user to make the model and assign it to a widget.
This should remain a table view, rather than a tree view (covered by existing tree views)
Context / environment
Thoughts in making this table view more usable and applicable to other pages.
Steps to Reproduce (for bugs)
N/A
Suggested Solution
a bit of a refactor
To look into: does adding children to Table items mean anything? Do they get hidden?
Do we have to use a proxy model here
The text was updated successfully, but these errors were encountered: