ecto-cursor-based-stream icon indicating copy to clipboard operation
ecto-cursor-based-stream copied to clipboard

Feature request: Multi-column cursor fields

Open jtomaszewski opened this issue 2 years ago • 0 comments
trafficstars

Currently only one column can be specified as a cursor field. Potentially we could make it work with multiple columns, which could be specified as a list, e.g.:

cursor: [:friend_id, :other_friend_id]

jtomaszewski avatar Jan 16 '23 13:01 jtomaszewski