-
|
Is it possible to reorder records in a table repeater? with buttons or drag 'n drop? The buttons are not showing. Also cloning is not visible TableRepeater::make('candidates')
->relationship()
->headers([
//...
])
->schema([
//...
])
->orderColumn('order')
->reorderable(true)
->cloneable(true)
->reorderableWithButtons()
->columnSpanFull(),
]), |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
As long as there isn't anything restricting them from being visible, like a policy, etc, they should be showing up and working. |
Beta Was this translation helpful? Give feedback.
-
|
No policy in place. It is a TableRepeater inside a edit/view-modal inside a RelationManager, but I would guess that doesn't make a difference... The HTML is indicates nothing about the table-row-actions. |
Beta Was this translation helpful? Give feedback.
-
|
Found it: filamentphp/filament#9797 (comment) |
Beta Was this translation helpful? Give feedback.
Found it: filamentphp/filament#9797 (comment)