How to update the rows of a table using dialog box
问题 I have been going through the below Plunker, plunker link here Here If I try to edit , the new record is added above instead of updating the current , How can I update the current edited row for the same example instead adding a new one? I have tried deleting the row and update the new in the deleted place , but this idea is not correct tmk Any guiding links or any help is much appreciated ....TIA 回答1: From your code I understand you want to update the model (variable aData ). It would be a