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!
Just a short question: Is it possible, that wpDataTables allow outputting a Non-WP table to Wordpress REST_API?
If not: is this a feature already planned?
Thx
Andy
Hi Andy,
Thank you for your inquire.
Unfortunately we do not have option like this built in at this moment. This option was not requested before so we have no plans to integrate it but if you explain it to me in little more details what would be the workflow or possible use cases I will discuss it with a rest of the team
Hi Miljko,
thanks for the speedy reply.
Quite some times I need to handle large(r) chunks of data from within my Database backend - I often use Wordpress as CMS to generate the website. But adding those large data-sets into the Wordpress database is in many cases not a good option (think about an external database - e.g. users, shops, addresses, weather-data - where the data is not necessarily related to the rest of the Wordpress content).
Managing this data in a single spot and in it's own table makes life of the content-manager much easier.
Now, when e.g creating a mobile app, we also want to make use of this data.
For now we must create our own code for that, which leaves us with 3 content-specific variations:
- WP database (handled by data-entry/manipulation in the WP backend)
- other-/external table management (e.g. phpMyAdmin or whatever)
- scripts to query those external tables (e.g. from the mobile app or a different website).
This is somewhat cumbersome...
Another option would be to extend the WP database scheme with custom post types, where we can use WP's REST-API to query the tables from WP's restful API.
This is a bit better than the solution mentioned above, but still quite some work and not really fast, if it comes to tables with lots of fields or records.
In an ideal WP-world, we would add wpDataTables to manage the additional/external table for editing, and front-end-viewing, but we could also query this data from an external site or app (much like the REST-API, but with all the nice relations kept intact).
This would make it much easier to handle the external table-data, since we can easily import/change/update the external datasets. This is especially true, if the datasets change often (e.g. weather-data, sports-data and whatnot)...
So preparing some views (or templates) in wpDataTables and allowing to query those sets from a remote site would generally solve a couple of additionally required steps (as it is now).
I hope this explains a bit better, what my question was referring to.
TIA & sorry for the lenghty reply
Andy
Hi Andy,
Thank you for detailed explanation. This is very interested proposition and we will definitely take a closer look and discuss possible implementation and solutions.
Please be aware that we have long list of functionalities that are waiting to be implemented and that could prolong implementing this one.
If you have any more suggestions for us do not hesitate to share it.