© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
1 reply
ffffer.

Repeater with pivot table

Hi, I have a problem with a pivot table:

Forms\Components\Repeater::make('config')
 ->reactive()
 ->columnSpanFull()
 ->label('Balance')
->schema([
    Tables\Columns\TextColumn::make('field')
])
->columns(3),
Forms\Components\Repeater::make('config')
 ->reactive()
 ->columnSpanFull()
 ->label('Balance')
->schema([
    Tables\Columns\TextColumn::make('field')
])
->columns(3),


ERROR: foreach() argument must be of type array|object, string given

config is a json column, how could I change from json to array?

Thanks
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

Repeater Pivot Table with Order
FilamentFFilament / ❓┊help
2y ago
Repeater and pivot table
FilamentFFilament / ❓┊help
3y ago
Repeater pivot
FilamentFFilament / ❓┊help
3y ago
save repeater data in pivot table
FilamentFFilament / ❓┊help
2y ago