Browser printing solution

projects developed with vue need to print a html page with an el-table form of element-ui and need to be paginated. Is there a better solution. Ask for recommendation!

Mar.14,2021
If you do it at

front end, you can download 'here' . If you print, you can do it directly with the print function, but you will definitely not be able to print the data after paging.


is it not possible to use window.print directly? This also supports paging printing. I have used

Menu