Andi Huber created CAUSEWAY-3797: ------------------------------------ Summary: [Wicket Viewer] Not every table column is sortable, yet always offers sorting. Key: CAUSEWAY-3797 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3797 Project: Causeway Issue Type: Bug Components: Viewer Wicket Reporter: Andi Huber Assignee: Andi Huber Fix For: 2.1.0, 3.1.0
Not every column (as mapped to on association) is sortable! The referenced association must implement {@link Comparable}. If not, tables should not offer sorting to the end-user. Otherwise results in exception "Comparison method violates its general contract!" presented to the user. -- This message was sent by Atlassian Jira (v8.20.10#820010)