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