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!
Howdy. I have a page that has two tables on it. When I change the display settings on one (specifically, I want it to only be the width of the page and to wrap lines), it adds that to the second table - which should not be limited in width since it's big and needs a scroll bar!
I will send you login info and the page URL seperately the page is an admin veiw only.
Thanks!
Weird...I thought I had posted a reply.... clearly I haven't which explains why I haven't recieved a response!
The issue is still occuring... but I think I understand why you see it as not occuring. I have attached some screen shots to see the difference more clearly, and I hope I have explained the issue in a better way.
Here is what my ideal end goal is:
Table 1 SHOULD word wrap and get taller as info is added.
Table 1 SHOULD have a scroll bar and have no words wrapped in any columns - thereby staying the same height regardless of the data.
I see Heather, I see, thanks for that.
The issue is in our code because the "white-space: normal;" is added with an !important clause to the header and cells in order to override wpdatatables-bootstrap-css.
So, this is applied to all tables on a page.
To resolve this, I added the following CSS on the page, in the second table's widget:
As far as I can see, it's working fine - the first table is wrapped, and limited to the page's width, and the second table isn't wrapped, and it's scrollable. Please check and let me know (don't forget to delete cache).
Don't be confused by #table_3_wrapper - each table on a page gets an odd number assigned to its object, so if you have 4 tables on a page, they'd be:
#table_1
#table_3
#table_5
#table_7
This'll be useful if you need to apply this (or similar) code on other pages. Our developers will work on this in the future, but at the moment this is the only workaround.
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
Amazing! Thanks so much. As always you folks are courteous, professional and helpful. So appreciate it..
Cheers!
Heather
You're welcome, Heather
Glad I could be of service.
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