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!
I have a table set up to display fields as an integer. But it is displaying empty fields as 0. I want blank fields to remain empty - an only fields that are actually populated with a 0 to show a 0.
If possible, I would like blank fields to display in a particular colour.
Is there a way to make this happen?
Thanks!
Meg
Hi Meg
Thank you for reaching out to us.
Could you please tell us from which source file did you create the table?
If it is created from a base that has NULL values it should show blank cell instead of adding a 0, like Excel for example. Could you send us the source file so we can take a look?
For integer columns it is not possible to set conditional formatting for empty values, we can suggest using a string type column and setting conditional formatting like on the image below
Hi Jorge
Unfortunately this is not possible using the plugin's builtin options, but I have forwarded this to our developers to take a look. In case there is some custom CSS they can provide I will forward it straight over to you.
Hi Jorge
You can add a rule that applies custom CSS class to the cell (for example "abcf"). Then, in Customize/Custom CSS, you can add custom CSS like:
table.wpDataTable .abcf {
color:green;
}
And only the text inside the cell will be colored green.
You are most welcome
Thank you for your kind words, we do our best to help as much as we can.
If you have any other issue or question please open new ticket, and we will help you out.
I would like to ask you a favor. Would you mind taking a few minutes to write a review for us, please on this link?
Our free version is the only place where we can have proof for our hard work; your comments are beneficial for others to know what to expect when they’re looking for our plugin.
Thank you in advance. It means a lot to us, and I am looking forward to reading your comment.
Of course I am, delighted, I do it right now
Thank you, we really appreciate it
If there is anything else we can do for you please don't hesitate to let us know.
Have a wonderful day!