Skip to content

Conversation

@linawolf
Copy link
Contributor

@linawolf linawolf commented Sep 3, 2023

No description provided.

Comment on lines 33 to 37
{% if width<=0 %}
<col style="width: auto">
{% else %}
<col style="width: {{ width }}%">
{% endif %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% if width<=0 %}
<col style="width: auto">
{% else %}
<col style="width: {{ width }}%">
{% endif %}
<col style="width: {{ width | default 'auto' }}">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would not catch the width being 0 or smaller?

@linawolf
Copy link
Contributor Author

linawolf commented Sep 8, 2023

@jaapio please have another look at my answers and solutions

@jaapio jaapio enabled auto-merge September 9, 2023 11:45
@jaapio jaapio merged commit f700eb4 into main Sep 9, 2023
@jaapio jaapio deleted the feature/table branch September 9, 2023 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants