Print a table from an html page

前端 未结 3 923
南方客
南方客 2021-02-05 07:44

I have a html page, from which a table needs to be sent to a printer. I am using window.print right now.. but that prints the whole page... while I need to print just the table.

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-05 07:58

    To make it work I need also to put this line between the head section in my document.

    
    

提交回复
热议问题