Gridsuggest loading spinning icon

Good day,

is there a way to add a spinning icon into Gridsuggest before the data is loaded throught the event?

The problem is that there is no such events as “onBeforeLoad/AfterLoad”.

Snippet with an gridsuggest:

https://snippet.webix.com/kwg5h9mp

Hi @Yuppy

In this case you should add events in the body (it’s a table):

options:{
    body: {
      on: {
        'onBeforeLoad': function () {} 
     }
 } } 

Example: https://snippet.webix.com/vdwynhb7