Yeraldi29#2900
Yeraldi29#2900
Explore posts from servers
DTDrizzle Team
Created by Hugo on 9/28/2023 in #help
Mysql Syntax error executing query
I have the same problem and this is the only thing that I found 😦
29 replies
DTDrizzle Team
Created by Hugo on 9/28/2023 in #help
Mysql Syntax error executing query
SomeOne could resolve this?
29 replies
FFilament
Created by Yeraldi29#2900 on 8/26/2023 in #❓┊help
Select::make()->multiple() gives me error in custom table
anybody knows? I haven't found a solution yet 😦
5 replies
FFilament
Created by Yeraldi29#2900 on 8/26/2023 in #❓┊help
Select::make()->multiple() gives me error in custom table
But that only happend with the previous page
5 replies
FFilament
Created by Yeraldi29#2900 on 8/26/2023 in #❓┊help
Select::make()->multiple() gives me error in custom table
5 replies
FFilament
Created by Yeraldi29#2900 on 8/7/2023 in #❓┊help
Repeater remove selected option in a select
Repeater::make('one') ->label('') ->schema([ Select::make('code_account') ->label('Código cliente') ->options(function (ServiceAccount $record, callable $get, $state) { $repeater = $get('code_account'); $array = AccountPending::all()->pluck('user_id', 'id')->all(); $selectedOptions = [$repeater]; // Replace with the selected options from the other selects foreach ($selectedOptions as $selectedOption) { if (($key = array_search($selectedOption, $array)) !== false) { unset($array[$key]); } } return $array; }) ->reactive()
17 replies
FFilament
Created by Yeraldi29#2900 on 8/7/2023 in #❓┊help
Repeater remove selected option in a select
I have this
17 replies
FFilament
Created by Yeraldi29#2900 on 8/7/2023 in #❓┊help
Repeater remove selected option in a select
Sorry again, I haven't archived this behaviour yet, it does not affect the others selects inside the repeater
17 replies
FFilament
Created by Yeraldi29#2900 on 8/7/2023 in #❓┊help
Repeater remove selected option in a select
Thank you very much
17 replies
FFilament
Created by Yeraldi29#2900 on 8/3/2023 in #❓┊help
Dynamic color extracted of a value in getTableRecordClassesUsing()
Thank you so much
12 replies
FFilament
Created by Yeraldi29#2900 on 8/3/2023 in #❓┊help
Dynamic color extracted of a value in getTableRecordClassesUsing()
Ok, in my case it's a little more challeging because that color is created from the admin and would be changed frecuently, so I need to implement something dynamic
12 replies
FFilament
Created by Yeraldi29#2900 on 8/3/2023 in #❓┊help
Dynamic color extracted of a value in getTableRecordClassesUsing()
Thank you 🙂
12 replies
FFilament
Created by Yeraldi29#2900 on 8/3/2023 in #❓┊help
Dynamic color extracted of a value in getTableRecordClassesUsing()
So I will search another way to do this
12 replies
FFilament
Created by Yeraldi29#2900 on 8/3/2023 in #❓┊help
Dynamic color extracted of a value in getTableRecordClassesUsing()
Ohh, thank you
12 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
It worked very good, thank you vary much, I spent many hours
15 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
Oh, I will try, thank you
15 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
I was trying to do a filter hidded but it does not work
15 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
Thank you for the answer, yes that's the problem
15 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
Does anybody have an idea? I cannot find a solution 😦
15 replies
FFilament
Created by Yeraldi29#2900 on 6/30/2023 in #❓┊help
Issue with getEloquentQuery, query and Action
At the beginning I tried to do it with the mount and access it with the $this-> but it is not compatible
15 replies