We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hello, i have a question before to purchase your product WpDataTables
Is possible to show more fields to edit in the Popover edit block than in the table rows?
For example:
I have a BD with 10 fields for each entrie
I want to show a table with 5 columns (only 5 fields from BD to show), but when i open a popover edit block, i need to show the rest of entrie fields (10 fields).
Thanks!
Hi Sergi,
Thank you for the inquiry.
Something like that is not possible with popover tool, but it is possible to expand rows on + button like on this example https://datatables.net/examples/api/row_details.html.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.
Thanks Milos! great!
A last question:
I want to show with WPDataTables a MySQL query from my WPForms entries in wordpress.
The problem is that WPforms save the data collected in the form in one field. Like this:
{"1":{"name":"Name","value":"Kevin","id":1,"type":"text"},"2":{"name":"Email","value":"[email protected]","id":2,"type":"text"},"3":{"name":"Phone","value":"111222333","id":3,"type":"text"}}
You can see it in my attachment.
Is possible to extract these values (name, email, phone) for each entries and show it with columns in WpDataTables?
Thanks a lot!
Hi Sergi,
Unfortunately it is not possible to create a table from this format with MySQL based wpDataTables. You could create wpDataTable from PHP serialized array but you will have to create some PHP script that will transform this data into PHP serialized array first.