You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to have progress spinner (mat-progress-spinner) in instant grid to inform the user that data is being retrieved from backend.
Maybe the spinner could be controlled like this:
<instant-grid class="striped" [dataSource]="data" (rowClicked)="rowClicked($event)" [selectedIndex]="state.selectedRowIndex | async" [showProgressSpinner]="showProgressSpinner">
The text was updated successfully, but these errors were encountered:
Need to have progress spinner (mat-progress-spinner) in instant grid to inform the user that data is being retrieved from backend.
Maybe the spinner could be controlled like this:
<instant-grid class="striped" [dataSource]="data" (rowClicked)="rowClicked($event)" [selectedIndex]="state.selectedRowIndex | async" [showProgressSpinner]="showProgressSpinner">
The text was updated successfully, but these errors were encountered: