Inline text editing with Mat-table:
问题 Does anyone have a good solution to adding inline text editing to a column where you can edit and save and re-edit with mat table like in this example: https://material.io/design/components/data-tables.html#behavior it look like it's still an open issue on gitHub: https://github.com/angular/material2/issues/5982 回答1: inside your matColumnDef you should have a <th></th> and a <td></td> , simply add input to the <td></td> with reactive forms. if you wish it to be practically the same as the