Additional pageInfo for advanced use-cases.
hasNextPage: When row count is unknown/estimated, hasNextPage will be used to check if more records are available on server.
OptionalrowCount
rowCount?:number
To reflect updates in total rowCount (optional).
Useful when the rowCount is inaccurate (for example when filtering) or not available upfront.
Additional
pageInfo
for advanced use-cases.hasNextPage
: When row count is unknown/estimated,hasNextPage
will be used to check if more records are available on server.