FilamentF
Filament16mo ago
roy21

select filter lazy loading

How to add lazy loading to the select filter on table?
Something like this if available
SelectFilter::make('status')
->paginate(10)


Thank you
Was this page helpful?