The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
GKGowthamraj Kumar Syncfusion Team June 14, 2021 11:37 AM UTC
Hi Leonardo,
Thank you for contacting Syncfusion support.
Essential PDF supports users to create a customizable PDF table by using the RowSpan , ColumnSpanproperty of PdfGridCell. We have attached the sample to create a same PDF document by using PDF library. Please try the sample in your end and let us know if it is suites your requirement or not.
Please let us know if you need any further assistance with this.
Regards,
Gowthamraj K
GKGowthamraj Kumar Syncfusion Team June 14, 2021 11:38 AM UTC
Hi Leonardo,
Thank you for contacting Syncfusion support.
Essential PDF supports users to create a customizable PDF table by using the RowSpan , ColumnSpanproperty of PdfGridCell. We have attached the sample to create a same PDF document by using PDF library. Please try the sample in your end and let us know if it is suites your requirement or not.
Please let us know if you need any further assistance with this.
Regards,
Gowthamraj K
LELeonardoJune 15, 2021 03:23 AM UTC
Thank you so much for the feedback, one last question.
I have data population in my database and using EF Core to get it and i want to populate my table cells row by row.
my understanding is using foreach may help but how ?
can you help me please :(
GKGowthamraj Kumar Syncfusion Team June 16, 2021 11:36 AM UTC
Hi Leonardo,
Thank you for your update.
We have modified the sample your requirement by iterating the values from the list of array on our end. Please find the sample with database values on your end and let us know the result.