selectSearchHistoryNumRows method
- int rows
Implementation
void selectSearchHistoryNumRows(int rows) {
currentSearchHistoryPage.value = 1;
rowsSearchHistoryPerPage.value = rows;
getHistoryByUser();
scrollTopPagination();
}
void selectSearchHistoryNumRows(int rows) {
currentSearchHistoryPage.value = 1;
rowsSearchHistoryPerPage.value = rows;
getHistoryByUser();
scrollTopPagination();
}