-
Notifications
You must be signed in to change notification settings - Fork 13
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
Front 2490: Table pattern #78
Conversation
20568b0
to
285f385
Compare
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.
Review finished. Only added +1 row at table.ui_patterns.yml and changed the content of the three rows of the preview.
{% set rows_items = rows_items|merge([{'cells': row_content}]) %} | ||
{% endfor %} | ||
{{ pattern('table', { | ||
caption: caption, |
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.
Missing table_responsive:
caption: caption, | |
caption: caption, | |
table_responsive: responsive ? true... |
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.
As we checked it's already in place.
caption: caption, | ||
rows: rows_items, | ||
table_head: table_head, | ||
}) }} |
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.
Details (summary and description) also missing inside caption.
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.
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.
Added in the view template.
</table> | ||
</div> | ||
{{ pattern('table', { | ||
caption: caption, |
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.
caption: caption, | |
caption: caption, | |
table_responsive: true, |
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.
same as before, it's already in place.
791ae10
to
36604c9
Compare
Jira issue(s):