5 lines
155 B
JavaScript
5 lines
155 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;
|