Create a customized query for custom table component in livewire

I have used the filament table in my livewire but i want to customize the query
        return $table
            ->query(Customer::query())
Was this page helpful?