Ahmad
Ahmad
FFilament
Created by Ahmad on 12/11/2023 in #❓┊help
RepeatableEntry does not show any data inside the array
and this is the infolist
4 replies
FFilament
Created by Ahmad on 12/11/2023 in #❓┊help
RepeatableEntry does not show any data inside the array
RepeatableEntry::make('inlogGegevens')
->columns(1)
->schema([
TextEntry::make('InlogNaam')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
TextEntry::make('UserName')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
TextEntry::make('Password')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
])

RepeatableEntry::make('inlogGegevens')
->columns(1)
->schema([
TextEntry::make('InlogNaam')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
TextEntry::make('UserName')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
TextEntry::make('Password')
->suffixAction(
Action::make('copyCostToPrice')
->icon('heroicon-m-clipboard')
->action(function (Test01 $record) {
$record->Password;
$record->save();
})
),
])

4 replies
FFilament
Created by Ahmad on 12/7/2023 in #❓┊help
trying to use both form and info but when i import them i get double
No description
9 replies
FFilament
Created by Ahmad on 12/7/2023 in #❓┊help
trying to use both form and info but when i import them i get double
yeah i doesnot work its account as dup too
9 replies
FFilament
Created by Esi on 9/20/2023 in #❓┊help
Sidebar: sort items and groups
yeah go to the resource and add
protected static ?string $recordTitleAttribute = "Name
";
protected static ?string $recordTitleAttribute = "Name
";
\
16 replies
FFilament
Created by Ahmad on 11/29/2023 in #❓┊help
SQLSTATE[HY000]: General error: 1364 Field 'debiteurnaam' doesn't have a default value
The problom was i was using a repeater with no json file
6 replies
FFilament
Created by Ahmad on 11/29/2023 in #❓┊help
SQLSTATE[HY000]: General error: 1364 Field 'debiteurnaam' doesn't have a default value
yes
6 replies