FilamentF
Filament14mo ago
Nuxnux

Is there any key value entry but for table ?

the question is in the title i want to show json value like key value of the infolist but when i use this
TextColumn::make('service.budget')
->label('Budget')
->toggleable()
->money()
->listWithLineBreaks()
->limitList(3)
->expandableLimitedList(),
it does only show the value not the key
Was this page helpful?