Please allow us to set the initial state of collapsed resource groups on first load #4601
Replies: 1 comment
-
|
Additionally, a global default collapsed state would be nice. Also the ability to collapse all / none on a resource perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a huge amount of resources and resource groups and certain administrators have requested that some resource groups always be collapsed on page load since they are hardly ever used.
I was previously accomplishing this using https://github.com/dcasia/collapsible-resource-manager but this no longer supports Nova v4 because Nova has implemented the menu-building features. However it seems you do not allow us to set the initial state, furthermore you force on us the "ability to remember collapsed state" which is actually unwanted in my use case.
So, I would like to request that you please allow us to hard-code the initial collapsed state using a true/false boolean, and if possible let us also disable this feature that makes the browser remember the collapsed state.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions