Questions
Tags
Sign In
How to print part of html table?
I have a table where 7 columns, there is a button to print this table. How do I hide columns when printing I do not want to print?
HTML
Cynthia_McKenzie
asked
June 14th 19 at 18:03
Related questions
1
How to create an array of the values of other arrays?
1
How to apply the necessary migration yii migrate/to?
1
Why when using the Select2 plugin, do not add the last value from an enumeration?
1
In Dockefile to specify the startup file of the categories specified in volume?
2
How to share Internet via WiFi?
2
What to do with the new online store?
1
Where you can put your ads about creating code?
0
What is this encoding?
More answers about
"How to print part of html table?"
1
answer
Bernie
answered on
June 14th 19 at 18:05
@media print { table,tr,td{ border:none; } }
Oops. Did not understand correctly)))
https://jsfiddle.net/Politonius/g55ha4aa/
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
HTML