Collapse navigation when on specific page
Does anyone know if it is possible to Collapse the navigation only when on a certain resource page?
Solution:Jump to solution
maybe this in the mount method?
$this->js('$store.sidebar.isOpen = false');
...5 Replies
Anyone on this?
Solution
maybe this in the mount method?
$this->js('$store.sidebar.isOpen = false');
A resource doesn't have a mount method...
Your page, CreatePage, EditPage...
This works!!!! Tnx