transaction_UpdateRowsPerPage method

void transaction_UpdateRowsPerPage(
  1. int value
)

Implementation

void transaction_UpdateRowsPerPage(int value) {
  transaction_RowsPerPage.value = value;
  transaction_CurrentPage.value = 1;
  transaction_UpdatePaginatedData();
}