After change

apos o afterChange executar o codigo a matriz é preenchida
porem em tela ocorre uma lentidao para atualizar os dados.

Existe alguma maneira de renderizar a tabela novamente?

HI @wesley.camara

if the Google translate doesn’t lie it looks like you’re seeking a renderer to rerun the table. You can execute an additional rendering via instance.render() method.

ps. I recommend adding a 10ms delay to be sure that all the operations on the table are finished.

funções assincronas funcionam para o Handsontable, pois, verifiquei que a lentidão ocorre quando tenho um afterchange que consulta uma api rest.

Can I consider this issue solved or is there anything I can do for you? It the afterChange works slow maybe there is something we can do to boost it up.

o que podemos fazer para deixar esse evento mais rapido ?

como faço uma função assincrona para o afterchange ?

Unfortunately it is unavailable to change the afterChange struvture without changing the source code.
The afterChange usually works very fast. I think that the rendering may cause the delays. How big is your dataset, Wesley?

meu conjunto de dados possui 64 colunas, mas apenas 2 linhas.

Provavelmente seja problema de renderização

o que eu não entendo é, porque com o click fora da celula funciona, e com apenas um enter nao funciona.

That is an unusual behavior. I really would like to investigate it but without a demo I an not able to do it.