selectNumRows method

void selectNumRows(
  1. int rows
)

Implementation

void selectNumRows(int rows) {
  currentPage.value = 1;
  rowsPerPage.value = rows;
}