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.
Can't edit with huge data
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.