I have a repeater connected to my huge customer database that displays information of their bookings. Let me clarify more, the data collected from customers during their bookings gets stored in the database. Those stored data are linked to Wix table in the Management Page through which I am able to view brief details of whole of customers. In the same page, I have a search bar where we type the Guest Name looking in the table to get their full information. That means, I am using a repeater to view the data of a customer at a time.
Now, I would like to add print button for that repeater, and print only the data located inside that repeater. I don’t have any knowledge for the print functions in Wix. Any help would be highly appreciated.
If you mean, you wish to print out the repeater item data (to your printer), I think it’s not possible using native Wix code only.
But you can use an html component:
Thanks for this code. It kinda works. I have about 4 repeaters on the page and some text (headings) in between the repeaters. Though it prints everything, the position of the headings overlaps the text rows from the repeater. Also the header and footer print on all pages and some of the text from the repeaters is hidden behind the header and footer. Basically what I see on the screen is not what I get in the print.