All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:02, 26 March 2023 Admin talk contribs created page How to Sort a List of Maps (Created page with "==Basic Example== <syntaxhighlight> users = [ %{name: "Bob"}, %{name: "Zod"}, %{name: "Maureen"} ] Enum.sort_by(users, &(&1.name), :desc)) </syntaxhighlight> '''Reference''' [https://stackoverflow.com/questions/75719213/phoenix-liveview-basic-sorting-of-data-for-render/75719659#75719659|Stackoverflow]")