Mir Dostogir Ahmed
Mir Dostogir Ahmed
FFilament
Created by Mir Dostogir Ahmed on 1/9/2024 in #❓┊help
Tab base Table column show .
How i showing same table diffrent column showing when click Tab.
2 replies
FFilament
Created by Mir Dostogir Ahmed on 1/8/2024 in #❓┊help
Dynamic fields based on a select option
Create time select to dynamic input field showing but edit time selected dropdown base input not showing.
Select::make('type')
->relationship('customerType', 'type')
->live()
->afterStateUpdated(fn (Select $component) => $component
->getContainer()
->getComponent('dynamicTypeFields')
->getChildComponentContainer()
->fill()),

Grid::make(2)
->schema(fn (Get $get): array => match ($get('type')) {
'1' => self::ipFields(),
'2' => self::pppoeFields(),
'3' => self::hotspotFields(),
default => [],
})->key('dynamicTypeFields'),
Select::make('type')
->relationship('customerType', 'type')
->live()
->afterStateUpdated(fn (Select $component) => $component
->getContainer()
->getComponent('dynamicTypeFields')
->getChildComponentContainer()
->fill()),

Grid::make(2)
->schema(fn (Get $get): array => match ($get('type')) {
'1' => self::ipFields(),
'2' => self::pppoeFields(),
'3' => self::hotspotFields(),
default => [],
})->key('dynamicTypeFields'),
2 replies
FFilament
Created by Mir Dostogir Ahmed on 1/4/2024 in #❓┊help
How to redirect to Another resource module with tableFilters parameter .
I have "Area resource" now i wan to go "User resource" with User resource tableFilters thats mean i want to check how many user in this Area.
5 replies
FFilament
Created by Mir Dostogir Ahmed on 1/3/2024 in #❓┊help
In filament simple resource how i use "getCreatedNotification" ? and update time "getSavedNotificat
How i do this ?
6 replies
FFilament
Created by Mir Dostogir Ahmed on 1/2/2024 in #❓┊help
i Want to add a action button like this "import woo to Airtable".
No description
4 replies