© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
Ander

position of repeater

Is it possible to change the position order every time a repeater is created? I would like it to be displayed at the same time, horizontally and not vertically. Grid::make(
[
'default' => 1,
'sm' => 1,
'md' => 2,
'lg' => 2,
'xl' => 4,
]
)->schema([
Repeater::make('personal_references')->label(('employees.personal_references'))
->schema([
TextInput::make('name')->label(
('employees.reference_name')),
TextInput::make('relationship')->label(('employees.reference_relationship')),
TextInput::make('phone_number')->label(
('employees.reference_phone')),
])->createItemButtonLabel(__('employees.add_another'))
->disableItemMovement()
->maxItems(4)
])
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

Repeater: Position "Add more" button
FilamentFFilament / ❓┊help
3y ago
Get current item position in repeater or uuid in repeater mutateRelationshipDataBeforeCreateUsing
FilamentFFilament / ❓┊help
17mo ago
Change position of hintIcon
FilamentFFilament / ❓┊help
16mo ago