oks_voice123
oks_voice123
FFilament
Created by oks_voice123 on 6/19/2024 in #❓┊help
ok simple request on table TextColumn
As newbie , I discovered Filament 2...3 weeks ago and it is really amazing what we can do with all you have developped @Dan Harrin and teams !!!! A big thank you for the amazing work and involvement !
7 replies
FFilament
Created by oks_voice123 on 6/19/2024 in #❓┊help
ok simple request on table TextColumn
Many thanks , @Leandro Ferreira and @Dan Harrin , both solutions are working like expected ! As I will not use this all the time , I will use the state option as it is easier to remember that it will check the state of the field 🙂 and in the documentation of my project it will be easier to understand but your proposition Dan is also working fine
7 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
so put the value of B as placeholder for example
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
and that I want to copy the value of a specific ( let's say Column B) into column A if A is empty
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
we have more or less the same request , except that for me it is in a table
19 replies
FFilament
Created by oks_voice123 on 6/18/2024 in #❓┊help
problem since upgrade to 3.2.92
same for blade-clarity package
9 replies
FFilament
Created by oks_voice123 on 6/18/2024 in #❓┊help
problem since upgrade to 3.2.92
I will continue to validate it and confirm it later today
9 replies
FFilament
Created by oks_voice123 on 6/18/2024 in #❓┊help
problem since upgrade to 3.2.92
ok I think that the issue was due to the installation of fluentui-system-icons
9 replies
FFilament
Created by oks_voice123 on 6/18/2024 in #❓┊help
problem since upgrade to 3.2.92
Ok sure I will try and will let you know . I had the filament upgraded but also some blade-icons installed aswell . So I will try to revert to a point where it was working fine to see what's going on
9 replies
FFilament
Created by oks_voice123 on 6/17/2024 in #❓┊help
Issue with notification on livewire component table for public page
@livewire('notifications')
@livewire('notifications')
`
7 replies
FFilament
Created by oks_voice123 on 6/17/2024 in #❓┊help
Issue with notification on livewire component table for public page
7 replies
FFilament
Created by oks_voice123 on 6/17/2024 in #❓┊help
Issue with notification on livewire component table for public page
I need to add the following into my blade
7 replies
FFilament
Created by oks_voice123 on 6/17/2024 in #❓┊help
Issue with notification on livewire component table for public page
ok I found the mistake
7 replies
FFilament
Created by oks_voice123 on 6/14/2024 in #❓┊help
Completely lost on relationship with table as livewire component
yes my big deal is to understand how I can do that 🙂
9 replies
FFilament
Created by oks_voice123 on 6/14/2024 in #❓┊help
Completely lost on relationship with table as livewire component
the fact is that I can show all informations in my table but I can't filter on the user
9 replies
FFilament
Created by oks_voice123 on 6/14/2024 in #❓┊help
Completely lost on relationship with table as livewire component
all datas were available in my Eloquent Data so with sushi I will add then an extra layer even if my relation is working fine and already available from the relationManager when I'm logging in the Admin Panel
9 replies
FFilament
Created by oks_voice123 on 6/6/2024 in #❓┊help
Issue with RelationManager in one direction when I want to attach an element
I found the issue , I need to define the following implementation
protected static ?string $inverseRelationship = 'endusers';
protected static ?string $inverseRelationship = 'endusers';
` So it is the reverse name of my relation But I don't get why I need to put it in one RelationManager class and not the other Anyone for an explanation ? thank you
3 replies