Remove row - refresh

Hello,

I have situation where for remove row I want to show it as strike-through. So when user perform remove row operation I am handing that in “beforeRemoveRow” hook (this.hotRef.addHook(‘beforeRemoveRow’, me.beforeRemoveRow);).
In this hook I am just maintaining rowId to be marked as deleted so that I can handle that in update action. I am returning false from this hook so that row should get removed from table.

Here problem is, I have set renderer for deleted row cells which are not getting reflected immediately. If I move that deleted row up/down I can see my renderere and row looks like strike-through.

How can I refresh row immediately after remove row action.

Hi @nileshpore08

I am not sure if I see the idea. Have you tried the render() method? It works directly for the instance.

If it won’t help please share a demo where I’d be able to get the same result.

Hi again @nileshpore08 there is no demo or reply since 23th of June (a month) so I am closing the issue. If you still have the issue please create a new ticket an attach a demo.