I am trying to render a pdf from a form with a tabulator table on it.
Here is the server Code:
@anvil.server.callable
def create_pdf(form,**args):
pdf = anvil.pdf.render_form(form,**args)
return pdf
Here is the error message:
AttributeError: 'HTMLDivElement' object has no attribute 'replaceChildren'