I am having issues trying to print a Hot on a page.
Before I go any further, how is the Hot CSS intended to be included, with regard to media
? I took the code from https://docs.handsontable.com/0.25.0/tutorial-quick-start.html (seemed reasonable…), which has:
<link rel="stylesheet" media="screen" href="/dist/handsontable.full.css">
Note the media="screen"
. However, most of the example JSFiddles I see here do not specify a media
attribute. Then again, they are not concerned with printing.
Since the issues I am looking at differ depending on whether handsontable.full.css
is or is not intended to be applied only for media="screen"
, could someone please clarify?