savings_PreviousPage method
Implementation
void savings_PreviousPage() {
if (savings_CurrentPage.value > 1) {
savings_CurrentPage.value--;
savings_UpdatePaginatedData();
}
}
void savings_PreviousPage() {
if (savings_CurrentPage.value > 1) {
savings_CurrentPage.value--;
savings_UpdatePaginatedData();
}
}