I’m trying to set afterChange for individual columns but it never seems to be triggered. It works if I set the afterChange on the whole table, but that means that I have to check the column of the change event, which is not optimal in my situation.
Have I done or or misunderstood something? Isn’t it supposed to be able to set afterChange events on individual columns (and even cells)
Here is an example: https://stackblitz.com/edit/hot-afterchange?file=src/app/app.component.ts