© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•8mo ago•
14 replies
navidsafavi

Custom Schema V4

Hello, i have a problem with making new custom Schema in InfoList
I want to make new instance of Schema and working ith custom data inside an
        $customSchema = Schema::make($livewire)
            ->record(User::first())
            ->components([
                Action::make('testAction')->requiresConfirmation(),
                Infolists\Components\TextEntry::make('id'),
            ]);
        $customSchema = Schema::make($livewire)
            ->record(User::first())
            ->components([
                Action::make('testAction')->requiresConfirmation(),
                Infolists\Components\TextEntry::make('id'),
            ]);


i set record as custom (User model)
in components, TextEntry can render model and show ID, but when clicking on Action, modal is not opening
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

filament v4 schema
FilamentFFilament / ❓┊help
9mo ago
Load custom data (break schema and load custom model) to Schema v4
FilamentFFilament / ❓┊help
8mo ago
Filament V4 Custom footer
FilamentFFilament / ❓┊help
6mo ago
Nested schema in filament v4
FilamentFFilament / ❓┊help
5mo ago