Time complexity issue while pasting data

Tags: #<Tag:0x00007f0b037ea288>

Hi I need to enable and disable column based on values after paste operation, for that I created one method which invoked after afterChange hook triggered. It take around 20 mins if number of rows is greater than 100,is there any way to do this fast???

Hi @ashmishra103

What logic do you put inside the following hook? In this example https://jsfiddle.net/n1ahvcdz/1/ I have 100 rows and print information about the changes within cells underneath the table. Could you load your logic into my demo?

Hi @ashmishra103

do we have any updates here?