Hi,
I am trying to display the spinner while pasting the huge amount of excel data in HandsOnTable for the method beforePaste(). But its not working.
Kindly help on this issue.
Hi,
I am trying to display the spinner while pasting the huge amount of excel data in HandsOnTable for the method beforePaste(). But its not working.
Kindly help on this issue.
Hi @revathi.nl
Here’s an example that I have http://jsbin.com/haheru/3/edit?html,output but I does not have any logic that stops it
Hi aleksandra_budnik,
Thanks for your reply. Spinner is showing after pasting the data and that too if I use only the command spinner.start().
If I use spinner.start() and spinner.end() inside the beforePaste() method, it is not working properly. Please help on this.
I am trying to paste 5000 rows of excel data into handsontable. In this case, spinner is not displaying.
It is only a prototype. We officially do not have any feature like that in our set of options so please treat it as an experiment.
If you would like to add it for pasting you should show it in the before
hook and use the hideLoader
method in the after
hook.