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!
It is nice that you can center text on all tables or a single page, But honestly this should be on a table by table or column by column base.
https://wpdatatables.com/faqmd/center-text-table/
Hi Garth
Thanks for your suggestion. We do have a lot of new features planned for the plugin, so at some point this will be included as well. At the moment, you can add custom CSS classes to each column:
Then you can define the class in Custom JS and CSS/Custom CSS field in wpDataTables settings, so it only applies to the columns that have that class:
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
Thanks for the info regarding centering. I tried this approach and was successful at first. But now it doesn't work. It must be something fundamental about how wpDataTables works that I'm not understanding.
If the data in a column is designated as a string this approach works great, but if it is designated as an integer it doesn't. Any reason for this? For example I have some data that will always be whole numbers (1, 11, 60) but never decimals included nor any 3-digit numbers (121, e.g.). I don't know how other data types are handled (or not) in terms of centering.
If it helps the defined CSS is:
.center
{text-align: center !important}
Hi again Mathew
If this doesn't work for you, you can try this:
td.testclass aligns the cells, while th.testclass aligns the headers.
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
Thanks!
You're welcome Mathew
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