for my case i want to get the index of my repeater item
as i have two repeaters
platforms
products
when i add a platform
i want to set the product for the platform at the same index in products repeater
i dont want to iterate over the platforms repeater array and get the index!
i also want to remove the product if the platform is removed but afterStateUpdated hook is not called on delete of repeater items
i am using AW TableRepeater
@awcodes