collapse by default? #3887
-
|
Is there a setting to collapse menu items and/or relations by default? I know that my browser will remember these settings, but there are a number of menu groups and resources that I would prefer collapsed by default. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
|
There's currently no setting for this, since it was designed to be a user-specific preference. |
Beta Was this translation helpful? Give feedback.
-
|
@davidhemphill just a single liner on Collapsable.js. May substitute with |
Beta Was this translation helpful? Give feedback.
-
|
🚀 In the next release, you will be able to set |
Beta Was this translation helpful? Give feedback.
-
|
Hi @davidhemphill , I'm using nova 4.22.2 version and it seems collapsedByDefault() is not collpasing by default the panel. It only shows an arrow to collapse but it is not collapsed. Is that something that could be fixed? Thanks in advance |
Beta Was this translation helpful? Give feedback.

🚀 In the next release, you will be able to set
MenuSection,MenuGroup,HasMany,HasManyThrough,MorphToMany,BelongsToMany, andPanelascollapsedByDefault. This will allow you to set the initial collapsed state if not already set by the user's preference.