Can't edit with huge data

Tags: #<Tag:0x00007f8b1cd8eb78>

we have implemented an application to handle huge data around 1m rows and we have custom CSS a bit but now i have a problem i can’t click to edit from the 700K row number.

Hi @pondthaitay

Unfortunately, while processing big data there might be the issues with the performance. Here are few tips that might be helpful: https://handsontable.com/docs/performance/#overview

The second thing that might help is to implement the pagination in order to load the table in smaller chunks.