Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
Hi,
A client of mine uses your plugin to capture agricultural fair listings. These are updated once a week and recorded in a table.
This table consists of several columns, but the most important are two columns.
Column "Price this week" contains the prices of this week's products. Column "Price last week" contains the prices of last week. Now my question is: When editing the table, can the data from "Price this week" be automatically transferred towards the "Price last week" column?
It would be even better if all those prices were saved so it can be visualized as well.
I would love to hear your response.
Floris
Hello Floris
Thank you for your purchase.
I am sorry to disappoint you, but unfortunately, something like this is not possible with the plugin's built-in features.
You would need to create a custom solution to do this, most likely using JS and/or hooks, filters, and front-end table callbacks. Unfortunately, customization is not included in the provided support for the plugin, so we cannot help you with that.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Floris,
If we are talking about a Mysql table, you could use a Tabletrigger from Mysql. I have had the same issue. Created a copy of the table and copied certain fields to this copytable. You can trigger Before/After Update/insert. I hope this helped you a little!
Tim
Hi Tim
Thank you for sharing this solution, I am sure it will come in handy to others as well
Floris, do let us know if this works for you.