I am using angular-gridster2 package to display a dashboard, I show a button on every card, on click of which the card should move to the top and all other cards should move down to give space for that card. But I am unable to do that without re-rendering all the cards. I tried googling it but there is nothing on it.
I tried changing the GridsterItem array directly and that moved the cards as expected but that also re-rendered everything which I don't want to happen.