Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Hello,
We have two tables that display employee birthdays and anniversaries.
On certain days, there may not be any birthdays or anniversaries and our tables display "No data available in table".
Is there a way to change the text to say "No birthdays today." for our birthday table and "No anniversaries today." for our anniversaries table instead of the standard text?
Hello rolando.
Unfortunately, you can't do this with the plugin's built-in features.
You can change the text, but it will be applied to all tables, so if you change it from "No data available in table" to "No birthdays today" it will say that for the anniversaries table too.
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
Hey Aleksandar,
We are using your plugin on our site to display a few tables of job postings. We would also like to be able to replace this text displayed for empty tables with something customized for each of our tables. I have tried a few different routes with jQuery and vanilla JavaScript but have not had any luck.
Hello Mason
To change the text, you need to edit this file
../wp-content/plugins/wpdatatables/source/class.wdttools.php around line 415:
Unfortunately, this will change for all tables, and customizing it for each table individually would have to be done as custom work, which is not included in the provided support for the plugin. You can take a look at our hooks and filters and see if that helps.
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