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
No description
3 Replies
LeandroFerreira
LeandroFerreira13mo ago
console errors? What is the filament version?
Sector
Sector13mo ago
the properties are visible in the model?
jepewsykes
jepewsykesOP13mo ago
v3.2.27 bro unguarded model bro no error on console bro i dont know why 😦

Did you find this page helpful?