Multiple Joins and filter with QueryBuilder
Hey Guys,
I am creating a table which has multiple many-to-many relation,
so, I created a query to join all the tables and pass that to $table
And tried to filter columns of table other than contacts using Query Builder, It wont work.
But by using custom filter it works fine
How can I achieve same with Query Builder, hope this gets your attention.
I am creating a table which has multiple many-to-many relation,
so, I created a query to join all the tables and pass that to $table
And tried to filter columns of table other than contacts using Query Builder, It wont work.
But by using custom filter it works fine
How can I achieve same with Query Builder, hope this gets your attention.

