Print a very wide HTML table without clipping right hand side

后端 未结 4 1482
野趣味
野趣味 2020-12-08 15:12

I have a table with several columns.

THE SPECIFIC PROBLEM

When you print such table, the columns on right will not print, not even when you print in landsc

4条回答
  •  感情败类
    2020-12-08 16:08

    See this question: Print Stylesheets for pages with long horizontal tables

    The point is that you can't get a browser to print horizontal tables the same way as excel does. You have to switch to something that is at most one page wide.

提交回复
热议问题