Cursor pagination with tanstack table
Right now my backend returns a next and previous cursor (item id), along with the query total and some other information.
Seems like I need to implement manual pagination to convert the cursor information to a pageIndex. Want to see if anyone else had thoughts!