Column afterChange not triggering on cell value change

Tags: #<Tag:0x00007f8b2b1ca0a8>

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

Hi @mottosson

Hooks are called for the instance level. You cannot modify them within detailed structures like columns or rows. Only some of the settings are inherited by detailed structured and can be changed by overwriting the default value.