Andi Huber created CAUSEWAY-3815: ------------------------------------ Summary: [Wicket Viewer] Support for Actions in Collection View Key: CAUSEWAY-3815 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3815 Project: Causeway Issue Type: New Feature Components: Viewer Wicket Reporter: Andi Huber Assignee: Andi Huber Fix For: 3.3.0, 2.3.0
The programming model is already sufficient to cover this use-case: If an action is NOT hiddenWhere in tables, then show it in tables. +Design Proposal:+ The last column in tables named `Actions` shall be dedicated to actions. Scenarios within a single table cell: * If only a single action is shown, then render it as a button. * If less than configurable threshold of actions is shown, render them as buttons in a vertical layout (because, that aligns with how we allow for cell to render plurals/collections) * If more than configurable threshold of actions is shown, then collect them into a dropdown menu (with ellipsis). ... perhaps could however render a primary action as button still -- This message was sent by Atlassian Jira (v8.20.10#820010)