How can add pre loader or please wait message for handsontable while populating data
Add preloader for handsontable before data loads
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.