How do I fix a list item to the end? #2163
Unanswered
ollieairdat
asked this question in
Q&A
Replies: 1 comment
-
This will work for first and last item in list: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a tab list menu which uses sortable to allow the user to customise the order in which their tabs appear. I want one of these tab items to fix to the end of the list and not allow it to be dragged elsewhere (which I have achieved using 'filter: ...'). I also don't want any other tabs to be allowed to be dragged past this one. Sorry if I've missed this in the repo!
Beta Was this translation helpful? Give feedback.
All reactions