dkulyk / nova-tabs

Another Laravel Nova Tabs Package
58 stars 7 forks source link

Tabs (Panel) Title without Ressource Buttons #7

Closed Yelles closed 5 years ago

Yelles commented 5 years ago

I saw that the only way to display the Panel title on the created Tabs is to add ->withToolbar() parameter.

cleanshot 2019-02-11 at 12 48 41 2x

If i remove ->withToolbar(), the title is gone :

cleanshot 2019-02-11 at 12 55 37 2x

For a panel, adding ->withToolbar() only adds the Ressource Buttons. If i remove ->withToolbar() from a Panel, the title remains, that's the behavior I'm looking for.

Any idea about that ?

Thanks again for your help

dkulyk commented 5 years ago

Added hideLabel() method. By default, the label will be displayed.

Yelles commented 5 years ago

Added hideLabel() method. By default, the label will be displayed.

great, many thanks again ;)