Skip to content
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

[BUGFIX] Use colspan with fluid in page module #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YKWeyer
Copy link

@YKWeyer YKWeyer commented Oct 16, 2023

Fixes #53

I didn't find a better option than calling the ColgroupCol partial recursively until we reach the target colCount. I'm not entirely sure why Fluid doesn't natively offer a while ViewHelper, and the for one is actually closer to a foreach in php (it expects an array as parameter).

If you think of any better way to implement it, let me know! 😃

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.

Colspan has no effect PageModule when using Fluid rendering
1 participant