Repeater without reordering buttons
Hi i'm using Repeater v3, and i'm following this: https://filamentphp.com/docs/3.x/forms/fields/repeater#reordering-items
But the default button for reordering items don't appear on top left of the repeaters....why?
Below my code:
9 Replies
just a test - comment
->relationship()
and check if it showsjust tryied, but if i comment
->relationship()
i can't see the repeaterdid you create a column to save the sort?
https://filamentphp.com/docs/3.x/forms/fields/repeater#reordering-items-in-a-relationship
no, mybe this is the issue....what column name should i use?
ok solved by adding
to the repeater
it doesn't matter since you can set on
->orderColumn('sort')
thank you very much for your help
you should create a new column for that
ok for shure
I'm having this issue and I already added the sort column. Is this a problem with relations()?