We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the need to leave several items at the end of the list that cannot be ordered,
eg In a photo gallery where a maximum of 9 slots are displayed for uploading images, these slots should not be sortable unless they contain a photo.
[P] [P] [P] [P] [P] [P] [P] [+] [+] P = Photo (Reorderable) + = Upload button (no Reorderable)
Currently the header argument can work for this need, but I need it to be in footer, but futter doesn't support a list
header
footer
futter
is it possible to modify it? This way it is more flexible since it would support a single "+" or multiple ones.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the need to leave several items at the end of the list that cannot be ordered,
eg In a photo gallery where a maximum of 9 slots are displayed for uploading images, these slots should not be sortable unless they contain a photo.
Currently the
header
argument can work for this need, but I need it to be infooter
, butfutter
doesn't support a listis it possible to modify it? This way it is more flexible since it would support a single "+" or multiple ones.
The text was updated successfully, but these errors were encountered: