问题
i want to show two table with different data in same row when we print data in JsPdf. Tried to use startX and Endx but nothing happens
i have tried startX and endX different table with different data in for different row but not in same row
startY: curruntHeight + 20, startX: 160, endX: 250, margin: 10, willDrawCell: drawCell,
i expected it could print table in two different position in same row but got table overlapping eachother
来源:https://stackoverflow.com/questions/56335987/how-to-set-startx-and-endx-same-as-starty-to-put-two-table-in-same-row-but-in-se