JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Grid Dancing….. :) › Reply To: Grid Dancing….. :)
August 26, 2020 at 2:18 pm
#101017
admin
Keymaster
Thanks, i could solve the issue. by removing the <div><div *ngIf=”columns.length>0; else loading;”></div> and moving all properties setting to ngAfterViewInit. however, i was wondering how do i creating a loading effect on the page while grid is loading data into it…