selectSearchHistoryNumRows method

void selectSearchHistoryNumRows(
  1. int rows
)

Implementation

void selectSearchHistoryNumRows(int rows) {
  currentSearchHistoryPage.value = 1;
  rowsSearchHistoryPerPage.value = rows;
  getHistoryByUser();

  scrollTopPagination();
}