Skip to content

added two optional params to autosort tag default_sort_field & default_sort_dir#13

Open
rmaceissoft wants to merge 1 commit intodirecteur:masterfrom
rmaceissoft:master
Open

added two optional params to autosort tag default_sort_field & default_sort_dir#13
rmaceissoft wants to merge 1 commit intodirecteur:masterfrom
rmaceissoft:master

Conversation

@rmaceissoft
Copy link

Examples of use:

#descending order
#implicit
{% autosort users "last_login" %}
#explicit
{% autosort users "last_login" "desc" %}

#ascending order
{% autosort users "last_login" "asc" %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments