Hello there,
I am looking for a loading spinner solution to use with Vue Native Grid. I could not find something on the docs.
Is there any way I can show some kind of loading indicator while loading the data?
I am not using data source from Kendo, just basic method to populate `:data-items="items"`
Thank you!
I need to be able to show a loading spinner that also disappears and displays a "no records" message if the user filters the grid and gets no results.
Currently, the user is left with a loading spinner that makes them believe results are still loading, when truthfully nothing has been found.
<grid-norecords> <div class="k-loading-mask customPosition"><span class='k-loading-text'></span><div class='k-loading-image'/><div class='k-loading-color'/></div></grid-norecords>