© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
jepewsykes

viewrecord on modal not showing record

->columns([
TextColumn::make('rekening.nama')
->searchable(),
TextColumn::make('rekening.no_rek')
->label('Label'),
TextColumn::make('saldo')
->money('IDR')
->summarize([
Sum::make()
->money("IDR"),
]),
TextColumn::make('updated_at')
->label('Terakhir Di Ubah')
->since()
])

my table column

->actions([
Tables\Actions\ViewAction::make(),
])
My View Action

i dont know what is wrong
image.png
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

Record not showing
FilamentFFilament / ❓┊help
16mo ago
ViewRecord Page header action does not open modal. showing console error
FilamentFFilament / ❓┊help
3y ago
Set record in ViewRecord page
FilamentFFilament / ❓┊help
3y ago
Select field not showing new created record using modal
FilamentFFilament / ❓┊help
3y ago