Angular material: Editable mat-table in angular i.e. material.angular.com
1 min readApr 3, 2019
Though it’s still pending from angular material team, but for now if we need then we can achieve on our own. I will update the article in coming days with more configurable options to edit.
For now we had just enable editing with ng-container, ng-template, directive.
In upcoming update, will also add how we can update the changes to table or dataSource of mat-table with server http operations also 😊
For now you can review it from the post, where i get motivation to implement.
stackblitz here
Thanks