Backpex makes all fields orderable by default. Attempting to order by an Ash relationship or certain types of calculations and aggregates can cause errors.
- If it's not possible to order by a given calculation or aggregate, then
orderable: false should be the default field config.
- Relationship ordering should be based on the given
display_field.
Backpex makes all fields orderable by default. Attempting to order by an Ash relationship or certain types of calculations and aggregates can cause errors.
orderable: falseshould be the default field config.display_field.