Hi,
I have one to many relationship tables: Orders and OrdersLines.
I have the need to re-order OrdersLines with drag & drop but new sequence must be inside the same Order ancestor.
I mean:
- order ID = 1, OrderLines should be sorted 1, 2, 3, ... inside ancestor ID 1
- order ID = 2, OrderLines should be sorted 1, 2, 3, ... inside ancestor ID 2
- ... and so on.
Is this possibile?
Thanks a lot
Eros