Swipe Card Order?

Yeah, I’m not sure what you could do there. One wish I have is a way to assign a rank order dynamically to rows as a workaround for this workaround. Otherwise my method is kind of limited. I think the Swipe layout is not exactly what most of us expect it to be (a way to linearly move between rows). It’s more of a Tinder style swipe, where swipe direction calls different actions and the swipe date just moves it to the bottom of the list. Kind of a one and done. Because of that and a couple of other reasons, I really don’t think swipe is very useful in a lot of cases where people want to use it.

If you can think of some sort of action that would set the row id of the previous or next row (maybe a set column action), then you could still use a similar method to what I did with a single filtered row. Otherwise I think a lot of us are trying to make something work differently from how it was designed to work.

4 Likes