BillTheFish
JavaScript Select Search Options
I did some poking around and found this closed bug report from December 2023 which I think is caused by the same 60 character limit.
https://github.com/filamentphp/filament/issues/10550
There's also a Fuse option, ignoreLocation, that will disable this limit and allow search to give results from labels of any length.
3 replies
Table (or Table lookalike) with an Eloquent collection
You query:
Model::<some query>->get()
This gives you an Eloquent Collection.
I'd like to use a subset of this collection in a Filament styled table. No filters, no actions, just an ordered display of data in tabular format.
14 replies