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

[WIP] Table merge cells #1669

Closed
wants to merge 1 commit into from
Closed

Conversation

MathanM
Copy link

@MathanM MathanM commented May 23, 2024

Added TableCell widget and option to merge cells using TableCell widget

@MathanM
Copy link
Author

MathanM commented May 23, 2024

DavBfr I am able to successfully merge cells, but stuck on drawing borders. I recently started with flutter and don't have much experience with canvas. Appreciate your help!

@MathanM
Copy link
Author

MathanM commented May 23, 2024

I think we cannot draw borders for the whole table instead we need to draw border for each cell based on its box.width and box.height. @DavBfr

@MathanM
Copy link
Author

MathanM commented May 26, 2024

@DavBfr I am able to fully implement merge cells along with few additional features like repeat header whenever table in broken across pages, prevent only rendering of table headers instead switch to new page to render both header and body but they include breaking changes. Currently I have created a custom table by extending pdf/table. Let me know if you are still interested in the fix.

Screenshot 2024-05-26 at 7 55 20 AM

@MathanM MathanM closed this Jul 8, 2024
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