Why afterCreateCol hook getting trigger while delete column

Tags: #<Tag:0x00007efc6b4946e8> #<Tag:0x00007efc6b4a3e40>

I am trying to perform some validation while insert/delete column. While perform delete column, afterCreateCol event hook getting triggered. I want to have two isolated flow for both action. can someone shed lights on this?

Also have to do some action on insert/delete row, not sure if i have to aware of any unexpected thing there!!

Hi @srioviyanp

Welcome on the forum!

For rows CRUD operations we have

But also if you’d like to block the action or do some valdiation before the action you can use