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!
Hi,
just like https://tmsplugins.ticksy.com//ticket/1526584/
I need a hidden column autofilled with var1, but I dont want the user to edit it. So I added the css as suggested in the before mentioned post.
However, when I put 2 or more tables on the same page ( my most common use case), the css breaks and I see the labels in the modal, on all but the first.
So: for the to table it works great, for all other tables it does not.
Is there any other way to hide the input field OR to pass the var1 into the table? It never needs to be edited in the fronend, it only ever needs to store the passed value of var1 for a new entry.
Thanks for your help!
HI Bienecaro,
Thank you for your purchase.
Yes if you have more tables on page you have to add css for each table. When you have more tables on page, each one will have specific generated id starting from 1 in odd order(so if you have 3 tables ids will be #table_1,#table_3 and #table_5). So every input in modal have generated id concet with that table id which you can find with Inspect element of the browser.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thanks, that works...but is there any way to tell the table this is the way I always want it to behave? The number of tables shown on a page depends on user input. It would be great if I could place the code somewhere talbe-specific.
HI Bienecaro,
You re welcome. Unfortunately only option is that I provide to you in previous post.
Thank you for your suggestion.We carefully follow customers requirements and try to implement most of them if they appears in requests from time to time so we will add to our idea list and look into some possible solutions on plugin side for one of next versions.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables