Hello! I am newbie and faced with next problem in my app - I have an page with table element on it, where placed users from database(data such as - avatar, name, login etc.). Also I have button - create user, to create new users in table, and two buttons against user data in row - “edit” and “delete”. So, my problem is next, when I logged in account, and create new accounts, I can edtit or delete only last created account, or if there 2 accounts, main and new created, it edit’s/delet’s my main account and make created account as main. More detailed will be on screenshots.
After button start to be unclickable, if main account was deleted. If we create on start more then 2 accounts, for example 4 - we can delete only 4-th account