deadbeef
Is there a way to pass a query builder into searchable select to populate options?
That works for small data sets, but what if you don't want to return all of the available data to the browser? Instead, I'm looking to have the user to filter the select down by a search driven via an eloquent query.
8 replies