How to set startX and endX same as startY to put two table in same row but in separate position using JsPdf in angular 6

巧了我就是萌 提交于 2019-12-25 01:37:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!