Optimize relationship selection for UX
Right now i have this repeater field which takes care of adding a pivot data to a specific model which i created by following the documentation, however i'm getting feedback from the operators that the procedure of adding each related model is sluggish and they would like to mass select the promos and then be allowed to move them around for ordering.
I tried a couple of things such as turning the pivot model into an actual Pivot and not a Model but i'm drawing a blank on how to implement this request smoothly in a component.
Solution:Jump to solution
update: manage to make it work by overriding the repeater add button and the submit action. It's not the prettiest thing but it works
1 Reply
Solution
update: manage to make it work by overriding the repeater add button and the submit action. It's not the prettiest thing but it works