Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Feb 12, 2025
1 parent ab4ce31 commit 2cb6334
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ import type { PayloadListState } from './State.ts'

export interface PayloadListProviderProps extends PropsWithChildren {
archivist?: ArchivistInstance
// NOTE: Be sure your nextOptions have a higher limit then the pageSize of the list/table
nextOptions?: NextOptions
}

/**
* Provider for the PayloadListContext
* NOTE: Be sure your nextOptions have a higher limit then the pageSize of the list/table
*/
export const PayloadListProvider: React.FC<PayloadListProviderProps> = ({
archivist, children, nextOptions: nextOptionsProp,
}) => {
Expand Down

0 comments on commit 2cb6334

Please sign in to comment.