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 using version 1.4.6. (1.5.1 don't work at all with my Nova 2.12.0, don't know why).
I have a big resource with a lot of Nova Panels to group fields.
I tried to group some panels inside one Tab, but it seems that isn't possible or I'm doing something wrong because each Nova Panel is considered like another new Tab.
return [
newTabs(__('Project details'), [
Tab::make('Balance1', [
newPanel('Balance2', [
Number::make('Balance3', 'balance'),
Number::make('Total4', 'total'),
]),
newPanel('Other Info5', [
Number::make('Paid To Date6', 'paid_to_date')
]),
]),
Tab::make('Other Info 7', [
Number::make('Paid To Date 8', 'paid_to_date')
]),
]),
];
The result I was expecting was having a "Balance 1 tab" with Panel "Balance2" first and Panel "OtherI Info5" after.
Then "Other Info 7" tab next to "Balance 1 tab".
The text was updated successfully, but these errors were encountered:
I'm using version 1.4.6. (1.5.1 don't work at all with my Nova 2.12.0, don't know why).
I have a big resource with a lot of Nova Panels to group fields.
I tried to group some panels inside one Tab, but it seems that isn't possible or I'm doing something wrong because each Nova Panel is considered like another new Tab.
The result I was expecting was having a "Balance 1 tab" with Panel "Balance2" first and Panel "OtherI Info5" after.
Then "Other Info 7" tab next to "Balance 1 tab".
The text was updated successfully, but these errors were encountered: