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();
}
public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery();
}
1 Reply
Patrick Boivin
Patrick Boivin12mo ago
Are you having issues with the default table search? What are you trying to customize?