Glebka
How to access form variables (with $get) in a relationship?
I tried to use $get in a relationship, but it can't get a values from a parent form field, only those which are in repeater are accessible , is there any method to access parent form values in a repeater?
4 replies
variable sending from livewire component to js code is not working
Hello, I am trying to send variable from livewire component to javascript code. I have a page with js code and @livewire component with it own class. I am using
in one of the last code lines I am sending data ( I think here is the problem). Javascript code:
I thought that i catched data correctly, but i cant see even a console.log message. Can someone help, please?
18 replies
Fill custom edit page form with data
I have created a filament page, selected EditPage when filament asked me what kind of page is this going to be and now I am trying to fill the form with $record data, but I dont understand how to do that. Can someone help? This is a custom edit page for a relationManager, not a resource itself, so in a $resource and a mount function I have a different models.
6 replies
Filament 3 custom view page for relation manager class
Hi,
I searched for a couple of hours and I still can't find information about how to create a custom page view, or just a view page, instead of a model view on a relation in Filament 3. I have created a resource and a relation (table under a resource record), but the only option is to create a modal view. I need a full page view.
Can you help me or at least give me some tips? Can I use infolist() and getPages() methods in a RelationManager? Maybe I need to call some Action class, create a custom view and custom route,or is there a terminal command that allows creating a full page view for a RelationManager?
Thanks!
24 replies