Flo
Explore posts from serversDisable sub-navigation on specify page
Hello, is it possible to disable the sub-navigation resource on certain pages only?
I have a resource that has a public function getRecordSubNavigation, but I want to hide it on a specific page of type ViewRecord.
This page is not included in the menu, but I want to disable this menu for this page.
Is it possible ?
11 replies
Modal does not work in a Custom Page
Hello, I am building a custom page but nothing happens when I click on the column action :
And the associated view:
Why ?
In the browser console, an ajax call to the /livewire/update route appears correctly
20 replies
Widget Table "Cannot use "::class" on null" error
Hello, I am trying to add a Table to a page that extends from "ManageRelatedRecords".
So in this one I included the widget on "class DatabaseServer extends ManageRelatedRecords":
And in my ServerResource page I declared the widget:
And here is my Widget page:
Here is the trace:
3 replies