4 lines
154 B
JavaScript
4 lines
154 B
JavaScript
// Sometimes referred to as PageSize, this variable controls the amount of records
|
|
// to show on one page during pagination.
|
|
export const pageLimit = 50;
|