אא
אשר א
Editable User Table - Copy this Angular, Css Component to your project
Using angular 11 and angular material generate a table with option to add and remove rows Each column can be edited inline. data: each row represents a user. user properties are name, last name and age name and last name are edited via text input. age is edited via select with numbers from 10 to 100 when editing a property, add 300ms debouncer befor saving the entity. when not in edit mode, should look like a table not inputs
Prompt
