Skip to content

jspdf table header overlapping issue on second page #2519

@sw-tt-dhavaldhrangadhariya

Description

Hi

I have issue with overlapping issue in pdf table

          var doc = new jsPDF('l', 'px', 'a4');
            doc.setFont("helvetica");
            doc.setFontSize(10);
            
            doc.table(10, 5, generateData, headers, { autoSize: true,padding:10});
            doc.save(fileName);

Untitled

Please help me

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions