benjamin658 / typeorm-cursor-pagination

Cursor-based pagination works with TypeORM Query Builder.
MIT License
186 stars 40 forks source link

Choose order for each paginationKeys #50

Closed Gfr1992 closed 2 years ago

Gfr1992 commented 2 years ago

Hello,

I'd like to paginate choosing different order for each paginationKeys.

Is it possibile?

benjamin658 commented 2 years ago

Thanks for your feedback.

No. The cursor determines the order.