All public logs

Jump to: navigation, search

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).

Logs
  • 09:20, 13 March 2023 Admin talk contribs created page Sorting a List full of Maps in Phoenix LiveView (Created page with "<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 ==Confusing parts== & == Example code == To demonstrate real-world fully working example code all dependencies need to be installed with a functioning database and seed data. Please see this...")