How to Sort Paths in UI
See original GitHub issueWhen reporting an issue, please provide the following details:
- swagger-ui version 3.0.7
In the past I was able to configure alphabetical sorting in SwaggerUI config:
apisSorter: "alpha",
operationsSorter: "alpha",
I don’t see those options any longer. Is there a way to configure SwaggerUIBundle to sort the paths?
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
How to sort array in UI Path - Help - UiPath Community Forum
We can use Sort method available in Arrays methods.Attached the solution for reference. Sequence_Array Sort.xaml (7.4 KB) .
Read more >How to sort files based on different methods in UiPath
In this example, we are going to see how to sort files by using CreationTime. CreationTime: This method returns creation date of file...
Read more >How to sort file path names in hierarchy basis? - Stack Overflow
I want to sort out file names in hierarchy basis. Let say I have below list of folders: D:Movies\Hollywood\Comedy\adultcomedy ...
Read more >How can I sort search result by file's path? The way ... - TechNet
You can sort the folder in closer to logical order if you add the `path` column into W7 Search by clicking the column...
Read more >Sort the path from root to a given node in a Binary Tree
Find path from root to given key node and store it in a priority queue. · Replace the value of node with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

These options were added this week and should be available in master. Will be released tomorrow.🤞
Update:
tagsSorter(fkaapisSorter) was implemented in #3303, butoperationsSorteris still not implemented.@Way2nnadi, to your point, tags should be displayed in the order they’re defined, thanks to https://github.com/swagger-api/swagger-ui/pull/3324.