- 
                Notifications
    You must be signed in to change notification settings 
- Fork 59
Feature: reusable table column view components #2448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @madsrasmussen perhaps "column template" or "column view" as we have "collection view". Or if specific to layout of cell, perhaps "table cell view"? | 
| hi @bjarnef I think "view" is better than "layout" so I have renamed it to that. I like that they are named "column" instead of "cell" because the view applies to all cells in a column. 🤔 Thanks 🙌 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested out, looking great! 🚀
Description
This PR is a small step towards reusable code across collection table views. We currently have duplicated code across our table column layout elements. This PR adds a "boolean" element and an "entity actions" element we now reuse across the tables. It will ensure the same UX across those columns.
The PR also implements entity actions for all collection table views.
I am unsure whether the word "layout" is used correctly in this instance. I am open to suggestions for a new name :)
Example:

Types of changes