Attendance Plugin not fetching attendance of large number of students in mobile app in mobile attendance teacher form

Re: Attendance Plugin not fetching attendance of large number of students in mobile app in mobile attendance teacher form

by Rohail Haider -
Number of replies: 0
<ion-row style="width: 100%">
<ion-radio-group style="width: 100%" [(ngModel)]="CONTENT_OTHERDATA.status<% userid %>">
<ion-row style="width: 100%">
<%#statuses%>
<ion-col size="5.9">
<ion-row style="width: 100%;padding-top: 5px;"
class="ion-justify-content-center">
<ion-text style="font-size: 13px;color: #62666f;font-weight: bold">
<% description %>
</ion-text>
</ion-row>
<ion-row style="width: 100%;height: 100%"
class="ion-justify-content-center ion-align-items-center">
<ion-radio value="<% stid %>" style="--color-checked: #5890ff">

</ion-radio>
</ion-row>
</ion-col>
<ion-row *ngIf="<% index %> == 0" style="width: 2px;height: 50px"
class="ion-align-items-center">
<div style="min-width: 1px;background: #e8e9eb;height: 65px">
</div>
</ion-row>
<%/statuses%>
</ion-row>
</ion-radio-group>
</ion-row>