we want to handle PDF with syncfusion PDF viewer to make interactive PDF
We can handle textbox, combobox, checkbox or radio button
but we have difficult situation how to make interactive table like image we attach below
Is there any way we can create table with row interactively from user input so user can add or delete row and from PDF datarow will be sent back by databinding so we can handle the value of every row in the table and put it in our database as part of our blazor server web app?
thank you