Can Custom Filter Form performs filter through joins?
I build a filament table with an aim to LEFT JOIN 2 tables: "Employees" and "Attendances". The SQL that I am trying to build is as follow:
This is the table code snippet that I have with the custom filter form:
When I checked on laravel debugbar, somehow the query log is not showing the joins when I put the joins in the "filter query". However, when I moved the joins, in the "table query", it is executing it correctly. Thus, is it possible to create joins in "filter query"?
1 Reply
Hi, were you able to fix it?