I am working on an Angular app where a user clicks a button which causes data to be added to or removed from the data source of a table elsewhere on the page.
When the user clicks the button, data is fetched and added to the table's data source. So it now has a new row.
I am trying to make this accessible to screen readers, for example they might speak "row added" and speak the row's contents.
Can this even be accomplished?