menu
neo_concierge_admin
app/modules/accounting/controllers/accounting_controller.dart
AccountingController
selectNumRows method
selectNumRows
dark_mode
light_mode
selectNumRows
method
void
selectNumRows
(
int
rows
)
Implementation
void selectNumRows(int rows) { currentPage.value = 1; rowsPerPage.value = rows; }
neo_concierge_admin
accounting_controller
AccountingController
selectNumRows method
AccountingController class