As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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.