You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently running into an issue where I need to keep the header actions for a group/view even when there are no tabs.
I've found an example of someone doing something similar here, but it's not completely applicable. Due to the fact that I need the menu button to be on the same line as the tabs themselves, which is why prefixHeaderActionsComponent and others are perfect for what I'm trying to do.
Here's an image of the current setup:
Here's the desired outcome when closing the only tab:
Here's the reality (it's nothing, everything disappears)
I've been combing through documentation for a while and haven't been able to find something that would help me for this. The only thing that I can think of is to make sure there's always a tab open by adding a invisible tab when there are no actual tabs open. I'm hoping this isn't the solution because it's gross.
Any help appreciated 🙏
The text was updated successfully, but these errors were encountered:
I'm currently running into an issue where I need to keep the header actions for a group/view even when there are no tabs.
I've found an example of someone doing something similar here, but it's not completely applicable. Due to the fact that I need the menu button to be on the same line as the tabs themselves, which is why
prefixHeaderActionsComponent
and others are perfect for what I'm trying to do.Here's an image of the current setup:
Here's the desired outcome when closing the only tab:
Here's the reality (it's nothing, everything disappears)
I've been combing through documentation for a while and haven't been able to find something that would help me for this. The only thing that I can think of is to make sure there's always a tab open by adding a invisible tab when there are no actual tabs open. I'm hoping this isn't the solution because it's gross.
Any help appreciated 🙏
The text was updated successfully, but these errors were encountered: