selectNumRows method
- int rows
Implementation
void selectNumRows(int rows) {
currentPage.value = 1;
rowsPerPage.value = rows;
performPagination();
}
void selectNumRows(int rows) {
currentPage.value = 1;
rowsPerPage.value = rows;
performPagination();
}