benjamin658 / typeorm-cursor-pagination

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

Support null/undefined numbers #73

Closed jkalberer closed 1 year ago

jkalberer commented 1 year ago

We store some columns as null in the database. If you throw for nan for these rows it breaks sorting.