ManageRelatedRecords use getEloquentQuery() not working

Hello, i need to filter result in table in ManageRelatedRecord page

i'm trying to use:

    public static function getEloquentQuery(): Builder
    {
        return parent::getEloquentQuery()->where('is_active', true);
    }

but not working
any suggestions?
regards
Was this page helpful?