export const PAGE_SIZE_OPTIONS = [5, 10, 20, 50] export const DEFAULT_PAGE_SIZE = 10 export const DEFAULT_SHOW_PAGE_SIZE_SELECTOR = true