Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ However, cursor pagination has the following limitations:

- Like `simplePaginate`, cursor pagination can only be used to display "Next" and "Previous" links and does not support generating links with page numbers.
- It requires that the ordering is based on at least one unique column or a combination of columns that are unique.
- It requires that the "order by" directions (descending / ascending) are the same if there are multiple "order by" clauses.
- Query expressions in "order by" clauses are supported only if they are aliased and added to the "select" clause as well.

<a name="manually-creating-a-paginator"></a>
Expand Down