agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add '.move()' function to Collection

bennoinbeta opened this issue · comments

commented

This allows us to move a Item from one Group to another Group

MY_COLLECTION.move(1, 'group1', 'group2');

This moves the Item with the primaryKey 1 from group1 to group2