Can we make it so filtered items keep their position relative to other items in the list.
For example:
Before sort
1. Sortable 1
2. Filtered
3. Sortable 2
4. Sortable 3
After sort
3. Sortable 2
2. Filtered
1. Sortable 1
4. Sortable 3
Here we've moved number 1 to position three and number 3 to position 1. Even if we try to move it to position 2 it should not work, filtered items should be removed from the sortable list. Much like they are pinned in place.
Similar to this issue: #273
So my real question: is there a way to do this right now?