© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Jon Mason

lazy loading an infolist

I'm wondering how I would go about lazy loading this infolist:

    public static function myInfolist(Infolist $infolist): Infolist
    {
        return $infolist->schema(self::getInfoListEntries())->columns([
            'sm' => 1,
        ]);
    }
    public static function myInfolist(Infolist $infolist): Infolist
    {
        return $infolist->schema(self::getInfoListEntries())->columns([
            'sm' => 1,
        ]);
    }

    {{ $this->myInfolist}}
    {{ $this->myInfolist}}


i know you can do it when it's just a regular livewire component, so maybe I need to just move/wrap this in a livewire component and go that route?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Lazy Loading Infolist Entry?
FilamentFFilament / ❓┊help
2y ago
Pagination / Lazy Loading InfoList / Repeatable
FilamentFFilament / ❓┊help
3y ago
select filter lazy loading
FilamentFFilament / ❓┊help
2y ago
Lazy loading on FileUpload
FilamentFFilament / ❓┊help
2y ago