TheSoulrester
TheSoulrester
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
Thank you! This is what helped! Why isnt that in the docu? 😄
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
this was my first try but then I found the tabs which looked better. but yeah... it's a bit annoying not to use them as I wanted 😦
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
Hey @MikePageDev did u had some tome to have a look to it? 😅
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
Change fi-section class "p-6" to "pt-6"
no other way to do this? Than... I have to look how to do this. Its my first time working with laravel and filament and my coding knowlegde is still at the beginning 😄
8 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
No description
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
would be awesome 🙂 take as many time as u need 🙂
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
well... my knowledge is not the best. how will i do that? Its the first time I work with laravel and filament My project would be on github: https://github.com/Feuerwehr-Bamberg-Loschgruppe-1/Strichliste maybe, you can give me some hints? 🙂
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
tabs seems to be only supported in table resources
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
because filament table widgets don't support tabs
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
here 🙂
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
widget width "$columnSpan = 'full';" doesn't work with blade-templates
24 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
Change fi-section class "p-6" to "pt-6"
moreover it would be nice that the table wont have a round border at the top
8 replies
FFilament
Created by TheSoulrester on 10/17/2024 in #❓┊help
Change fi-section class "p-6" to "pt-6"
8 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
Ok, I found out that I have to implement the getTabs() in the ListResource But my widget doesnt have a ListResource. The widget is shown at the dashboard. How to solve this?
7 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
thank you I added
public function getTabs(): array
{
$tabs = [];

$tabs[] = Tab::make('2024');
$tabs[] = Tab::make('2023');

return $tabs;
}
public function getTabs(): array
{
$tabs = [];

$tabs[] = Tab::make('2024');
$tabs[] = Tab::make('2023');

return $tabs;
}
without any query and removed the filter to test if Tabs are shown up but they don't 😦
7 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
No description
7 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
Wow, I think Discord ate my opener text 😄 I found this: https://filamentphp.com/docs/3.x/tables/filters#injecting-the-current-filter-instance I want to get the active set filter and use it for the query to get the necessary query data
7 replies
FFilament
Created by TheSoulrester on 10/13/2024 in #❓┊help
getTabs in a widget - is that possible? How?
No description
7 replies
FFilament
Created by TheSoulrester on 10/9/2024 in #❓┊help
ViewAction::Make() in users list to show transactions of a user
11 replies
FFilament
Created by TheSoulrester on 10/9/2024 in #❓┊help
ViewAction::Make() in users list to show transactions of a user
No description
11 replies