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
Is there a way to get default layout rather than generating LayoutData objects manually?
Manually generating LayoutData objects will be inefficient for multi panels.
It'll be great if there is a function like this: function generateDefaultLayoutData(panels: PanelData[]): LayoutData
or function generateDefaultLayoutData(panels: TabData[]): LayoutData
To be specific:
Requirement:
My project requires to display multiple panels (4 to 20 or more) with a single tab each.
Hi team,
Is there a way to get default layout rather than generating LayoutData objects manually?
Manually generating LayoutData objects will be inefficient for multi panels.
It'll be great if there is a function like this:
function generateDefaultLayoutData(panels: PanelData[]): LayoutData
or
function generateDefaultLayoutData(panels: TabData[]): LayoutData
To be specific:
Requirement:
My project requires to display multiple panels (4 to 20 or more) with a single tab each.
Current Solution Found:
1 panel
2 panels
3 panels
Cheers,
Adam
The text was updated successfully, but these errors were encountered: