How to add a a dynamic row to table on click of a button, and make the existing rows editable on click using Ember
问题 I want to edit the table rows, so for that on click, I want to make the columns as text boxes so that I can edit, and save. Also, how to add rows dynamically on click of add button. I know how to do using jQuery, but no idea in ember. Thanks! I want to emulate this kind of behaviour in Ember. http://jsbin.com/codeso/1/edit?html,js,output this jsbin has a table, and a button. On clicking of button a dynamic row gets added in table with columns as text-boxes so that the user can enter data,