Not necessarily. I think I overcomplicated things a bit with item.move (i took it from another example mentioned below). Here’s the full mechanism:
- Display main repeater (aka main table)
- User can select rows to be moved to the second repeater (aka shortlist) ( i used
Upon clicking a button: - main table is moved down to make space for shortlist
- items are moved to shortlist
- shortlist is displayed with corresponding rows.
For the moving items between repeaters, I used stuff from this thread: Repeater: "Move" Content from One Repeater to Another?
So at current moment I’m just taking number of items in the shortlist and placing the main table at Y coordinate calculated from row numbers vs row height. Works nicely both ways