Hi,
I have a gallery and it is set to a collection Alerts. There is a dropdown that has different sort option applied on the gallery.
I have selected sort option 1 and selected second item in the gallery that opens further details of the selected item.
Now I change the sort option 2 and obviously the gallery list order changes with this the second item which I selected in the gallery also changes and that renders the new positioned second item's details and not the prior user selected item.
Requirement :
Even when user selects multiple options in sort drop down and the collection items gets repositioned , it should not change the details of the original selected item. The left side gallery should scroll to the original selected item where ever its repositioned in the gallery.
Any idea how this can be done? Thanks in advance.
I could manage until the details view doesnt get chnaged with sort order but the gallery is not getting scrolled to the repositioned selected object id.