Prodex
Prodex
FFilament
Created by Prodex on 1/11/2024 in #❓┊help
Sub Navigation in ListView for Custom Page
yes, Filament introduced "clusters" after this issue, which solves the problem by just using them instead of the RecordSubNavigation method. https://filamentphp.com/docs/3.x/panels/clusters
4 replies
FFilament
Created by Prodex on 6/10/2024 in #❓┊help
Custom recordAction()
that worked, thanks!
4 replies
FFilament
Created by Prodex on 5/10/2024 in #❓┊help
How can I avoid N+1 problem in custom views?
perfect, that worked. Thank you!
5 replies
FFilament
Created by Prodex on 4/26/2024 in #❓┊help
How to show a slideover infolist view when clicking a row in a resource table?
that easy? Oh wow, I couldn’t find recordAction documented. Can’t test now, but will do tomorrow ❤️
7 replies
FFilament
Created by Prodex on 4/26/2024 in #❓┊help
How to show a slideover infolist view when clicking a row in a resource table?
Yeah but I want it to be activated when clicking the row not having an action button for it
7 replies
FFilament
Created by Prodex on 4/26/2024 in #❓┊help
How to show a slideover infolist view when clicking a row in a resource table?
Anyone?
7 replies
FFilament
Created by Prodex on 3/26/2024 in #❓┊help
Gantt Chart with Livewire / Filament / AlpineJS
yeah the main thing is not that I have trouble displaying timeline / gantt data, but that you can actually interact with these or at least open a modal on click to change values, you know?
3 replies
FFilament
Created by Prodex on 2/9/2024 in #❓┊help
Include JS Asset: "Identifier X has already been declared"
that's not working, how should the compiled version hash be resolved?
3 replies
FFilament
Created by Prodex on 1/17/2024 in #❓┊help
Calling Action Modal from parent livewire component
okay, thanks!
9 replies
FFilament
Created by Prodex on 1/17/2024 in #❓┊help
Calling Action Modal from parent livewire component
it seems to work fine. I was just wondering, because I read on the filament website that modals inside the panel are reusable, so I was confused, why it doesn't work that way.
9 replies
FFilament
Created by Prodex on 1/17/2024 in #❓┊help
Calling Action Modal from parent livewire component
If I place it in the parent, the model doesn't show up (also, no JS error). It only shows up, if it's inside the card component
9 replies
FFilament
Created by Prodex on 1/8/2024 in #❓┊help
QueryBuilder Filter returns nothing
anyone? 🙏
4 replies
FFilament
Created by Prodex on 1/8/2024 in #❓┊help
QueryBuilder Filter returns nothing
After some debugging, I figured out, that the query is using "id" to resolve the column of the relation, but my relation is actually using a different name for that:
public function article(): BelongsTo
{
return $this->belongsTo(Article::class, 'billomat_article_id', 'billomat_id');
}
public function article(): BelongsTo
{
return $this->belongsTo(Article::class, 'billomat_article_id', 'billomat_id');
}
How can I modify the query, so that it uses the correct column name? It needs to be "billomat_id" in order to work.
4 replies
FFilament
Created by NeerGreeN on 12/28/2023 in #❓┊help
Modify Modal Title
There is record title and record plural title
12 replies
FFilament
Created by Prodex on 12/22/2023 in #❓┊help
summarizer "all pages" custom record title attribute for
anyone?
3 replies
FFilament
Created by Prodex on 11/30/2023 in #❓┊help
Sub-Navigation top position
Did you even read my text?!
5 replies
FFilament
Created by myster on 11/30/2023 in #❓┊help
Sub navigation
Nice!! Thank you so much Dan for your great effort all the time ❤️
77 replies
FFilament
Created by myster on 11/30/2023 in #❓┊help
Sub navigation
Maybe this needs to be in the docs as well in the page section? I can add that later if you want.
77 replies
FFilament
Created by myster on 11/30/2023 in #❓┊help
Sub navigation
yeah! That's it for me.
77 replies
FFilament
Created by myster on 11/30/2023 in #❓┊help
Sub navigation
(it's in the resource class btw, just like the docs said)
77 replies