I appreciate that. And I'm expecting same l❤ve & 🤝support in the 🕝future too. Because it's really difficult to continue as UA-cam Content Creator. Keep 👏motivating.
Great tutorial but doesn't work if you have more than 9 entries in the table it seems, I had 15 in mine and when downloading the PDF it only shows the first 9 entries no matter what :/ do you have a solution to this issue ?
Now you've to update CSS & JS code 📑In CSS File, add(➕) @media print { .table, .table__body { overflow: visible; height: auto !important; width: auto !important; } } 📢If you want to customize page then you can use @page rule. @page { size: landscape; margin: 0; } ⚠ But it's not compulsory later on while printing you can provide custom value for your page but make sure your page's "LAYOUT" must be "LANDSCAPE". 📝 In JS File, update(⏏) "html_code" VARIABLE by adding(➕) extra text "" at top. ⚠ It's important to specify your document type as HTML5. Reason just check by adding(➕) and removing(❌) this text.
You are really greaaaat! Keep up the good work sir Jeet Saru!🥰
Thank you! for appreciating my work. Hope you'll show your same l❤ve & support. in the future too.
This Playlist is enough to satisfy the company needs
There is one more features Pagination, which I've already created as separate Topic.
As always, another great video.
I appreciate that. And I'm expecting same l❤ve & 🤝support in the 🕝future too. Because it's really difficult to continue as UA-cam Content Creator.
Keep 👏motivating.
Thanks and Respect !
Hope this video was helpful.
Please post your github link so we can download the files because it is hard to write them by hand while watching the video too. Thank you in advance!
Check out 🎬video's description. I do hope you'll show your same l❤ve & support to _My Channel_ in the 🕝future too.
Thank you! I subscribed and liked your video.
Great tutorial but doesn't work if you have more than 9 entries in the table it seems, I had 15 in mine and when downloading the PDF it only shows the first 9 entries no matter what :/ do you have a solution to this issue ?
Now you've to update CSS & JS code
📑In CSS File, add(➕)
@media print {
.table, .table__body {
overflow: visible;
height: auto !important;
width: auto !important;
}
}
📢If you want to customize page then you can use @page rule.
@page {
size: landscape;
margin: 0;
}
⚠ But it's not compulsory later on while printing you can provide custom value for your page but make sure your page's "LAYOUT" must be "LANDSCAPE".
📝 In JS File,
update(⏏) "html_code" VARIABLE by adding(➕) extra text "" at top.
⚠ It's important to specify your document type as HTML5.
Reason just check by adding(➕) and removing(❌) this text.