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

feat!: columns in dynamic containers #209

Conversation

maharshivpatel
Copy link
Collaborator

@maharshivpatel maharshivpatel commented Apr 1, 2024

missing part of #205

This will be merged if I can solve this issue. wkhtmltopdf/wkhtmltopdf#2367

Edit: Solved

This is continuation of the frappe#205 PR.
There are some issue with PDF generated by table component and I am working on it.
I will update the PR once I fix the issue.
@maharshivpatel maharshivpatel force-pushed the feat-columns-in-dynamic-containers branch from c3d50ed to 0feed51 Compare April 4, 2024 05:22
wkhtmltopdf have issue with table header overlapping if it is inside a div with display: inline.

wkhtmltopdf doesn't support flex but it has some old experimental support for https://developer.mozilla.org/en-US/docs/Web/CSS/box-align

As it doesn't support proper implementation of flex it is not used anywhere in print designer.

This PR uses display: -webkit-box; to fix the particular issue.

hopefully can be used to add more features in the future.
@maharshivpatel maharshivpatel marked this pull request as ready for review April 4, 2024 22:09
This was used to debug the layout while developing the feature.

There will be feature where user can modify/configure the layout soon :D
It will be added in a separate PR so not needed as of now.
@maharshivpatel maharshivpatel merged commit ea16519 into frappe:develop Apr 5, 2024
1 check passed
@maharshivpatel
Copy link
Collaborator Author

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant