Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Currently, I see that the export to Excel and PDF includes only the visible fields showing on the screen. Is there any way to include additional fields in the export that are not visible on the screen?
Hi Robert
Thank you for reaching out to us.
We're using a 3rd party HTML5 library and it has some limitations. One of them is that for tables with server-side processing, only the visible rows will be exported to any format. If you want the entire table to be exported (or copied to a clipboard), you need to choose the “Show All” feature in the “show … entries” block, and then do the export.
You can view all limitations in our documentation.
One more thing you can try is to make some code customization and to change in file wp-content/plugins/wpdatatables/source/class.wpdatatable.php search for all (there is a couple of them)
and you will find this
and you have to replace with this
Like this all columns from the table will be exported (visible and hidden)
Please note that this will be overwritten in next update and you have to do it again.
I hope this helps, do let us know if there is anything else we can assist you with.