Prodex
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
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:
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