ManageRelatedRecords use getEloquentQuery() not working
Hello, i need to filter result in table in ManageRelatedRecord page
i'm trying to use:
but not working
any suggestions?
regards
i'm trying to use:
but not working
any suggestions?
regards
modifyQueryUsing public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery()->where('is_active', true);
}