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!
is there a way to programmatically change the column names of a table? We have a table with 24 columns that relate to a 2 year period. For example
Jan 2020 Feb 2020 ... Jan 2021 Feb 2021 ... etc. when the current year changes we need the column headings to change to Jan 2021 Feb 2021 ...... Jan 2022 Feb 2022, etc. With PHP code we can easily shift the row data but the column names have to be manually renamed
Tedious at best
..
Hello hrvresort
I don't believe something like this is possible, but I forwarded the question to our lead developer.
As soon as he responds I'll get back to you.
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 again hrvresort
Something like this can't be done, but we can add a filter, so you can go into ..wp-content/plugins/wpdatatables/source/class.wpdatacolumn.php and on line 116 you will find this:
Replace it with this:
So, after that you can use this hook:
This will be added in our next update.
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
I have version 3.3 installed and tested the new hook for dynamically creating column headings and it works like a charm. 👍👍👍👍.
Great job!! Thanks so much.
We can now change a monthly property rental availability table from column headings like jancurr, febcurr ..... jannext, febnext.... to much more meaningful Jan 2021, Feb 2021 ... , Jan 2022, Feb 2022, etc.
Great news hrvresort!
I'm glad to hear it works as intended.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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