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: recursive dynamic containers #223

Closed

Conversation

maharshivpatel
Copy link
Collaborator

No description provided.

maharshivpatel and others added 4 commits April 8, 2024 14:46
recently, changed logic to only render fields if value is present.
however, this caused an issue with page fields, as they are always empty and are updated by wkhtmltopdf.
Instead of computing layout and then checking for overlaps, we can check for overlaps while computing layout.
also, fixed bug in auto header / footer height calculation causing overlapping error.
added 1px on both sides ( top/bottom ) of the table element.
moved computeRowElementDimensions & computeColumnLayout function calls inside computeRowLayout.

this is cleaner code and will be better design to allow recursive layout parsing.
@maharshivpatel
Copy link
Collaborator Author

Again wrong branch 🤦‍♂️

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.

1 participant