LiveAdmin - Phoenix admin UI built on LiveView

Is there a way to configure a resource to not use the primary key :id? It looks like it attaches an order by ID on the end of the default list function and passing sort_attr: to the use macro doesn’t seem to solve it :frowning:

Basically I want to override this notification: live_admin/lib/live_admin/resource.ex at c51284282c94edf3965fabd5aa1eed8cf17c16f7 · tfwright/live_admin · GitHub