withoutGlobalScope in Table filter
I have a model that has a
My intention was to make a filter that would disable that globalScope for the table, it should keep the global scope for the global search.
I tried adding it to the query Builder but that does not have any effect
and removing the globalScope in
status column and a globalScope in the Eloquent modelMy intention was to make a filter that would disable that globalScope for the table, it should keep the global scope for the global search.
I tried adding it to the query Builder but that does not have any effect
and removing the globalScope in
getEloquentQuery ruins the global search.