Search
3548 results 131-140
Forum
- 20th Mar 2018can print page sum(page total) for each page in datatable ?The print view will print the footer as shown in the DataTable at the time of printing. It will not attempt to calculate different values for the pages that are printed I'm afraid. Allan
- 7th Mar 2018Print button only prints 1 pageThe issue is a css trouble @media print { body { border-top: hidden; width: 100%; height: auto; } }
- 19th Feb 2018Print button - styles aren't loaded when autoPrint is enabledeg. in Chrome/chromium browser) print window does not appear
- 13th Feb 2018PDF and Print Buttons - Footer on each pagecould create a custom print button on the table
- 13th Feb 2018Le bouton printYes, you can use the columns option of the print button. See this example. Allan
- 9th Feb 2018i want in print page only header and not titleWhen you say "same header", do you mean the following text? DataTables example - Custom message This print was produced using the Print button for DataTables Or is there something else you'd like removed?
- 3rd Feb 2018how to exit from print screen page and open print screen in new windowopens up and the print screen pops right up.
- 14th Dec 2017datatable print not working chrome 61 versionI also have the same issue in that in Chrome the print dialog only appears once. jvcunha's solution works for Chrome but with IE I get spurious html tags in the printout.
- 13th Dec 2017Datatables print extensión. Block principal viewtrying to perform? The print window should be asymmetric
- 4th Dec 2017how to set print alignment when press print button css not applyCan you link to a test case showing the issue please? The stylesheets should be loaded into the print view. Allan