Array Order
I have an array of this kind
I need a form element in which the user may re-order this array to achieve something like
but can't delete / add / update any option. I am trying with Repeater, but the results are not very good.
Thanks in advance for any suggestions / pointers.
Thanks in advance for any suggestions / pointers.
3 Replies
I am trying with Repeater, but the results are not very good.Why, what's the issue? Try
->simple()
repeater.Is there some documentation? Can you provide some code example? Thanks.
I have this situation : Student model with default values
I am not sure how is Repeater will work :
But this is not showing anything.
Fixed it, I was trying to get the values from the $data. I should have run it through getState(). Many thanks.
Not really needed.
That code should work if
options
is casted as an array