Add preloader for handsontable before data loads

Tags: #<Tag:0x00007f135c185058>

Hi @aleksandra_budnik

How can add pre loader or please wait message for handsontable while populating data

Hi @sumanthhs48

Handsontable does not provide a built-in preloader. But I heard that some Clients initialized an empty table and then loaded data (you can use loadData() or updateSettings > data). Before you run the script to load the data add a DIV overlay with a preloader. This way you can remove the overlay with preloader via afterLoadData() that runs after the data is loaded.

Hi @aleksandra_budnik
Thanks