Get search value in table to add custom query to table query

I would like to do custom search added to the query, see below, i want to retrieve the value that someone entered in the search field above the table.

 public static function getEloquentQuery(): Builder
    {
        return parent::getEloquentQuery();
    }
Was this page helpful?