I am unable to implement a spinner/loader in dropdown option in handsontable. I have a column with drop-down fields and I want to show a spinner if the server takes more than 500ms to get the dropdown options. I am getting using AJAX call to load the options.
Is there a way to implement it?
We don’t have any examples showing such solution, because, in this case we don’t have any hooks that would “catch” the event to actually display the loader while awaiting for server response. However, you could construct a cell editor that would attach the loader and then hide it when the data are loaded.