Move PageSize (PageLimit) to an external configuration file.
This commit is contained in:
@@ -1 +1,4 @@
|
||||
export const pageLimit = 10;
|
||||
|
||||
// Sometimes referred to as PageSize, this variable controls the amount of records
|
||||
// to show on one page during pagination.
|
||||
export const pageLimit = 50;
|
||||
|
||||
Reference in New Issue
Block a user