custom filtering admin columns

I ended up changing the value when all Locations is selected.Now it’s working perfectly.

$options[] = sprintf('<option value="">%1$s</option>', __('All Locations', 'textdomain'));``` 

tech