Table printing in rails

Is there a way to only print a table in rails view which has two divs and a table in another div and the print image is in another div and prints the table overflow content because when I use window.print (); it prints the entire page as well as images and leaves the table content overflowing.

0


a source to share


1 answer


Separate CSS rules assigned to the media type



0


a source







All Articles