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!
Zwei Fragen zur Funktionalität von wpDataTables, um sicherzustellen, dass der Funktionsumfang des PlugIns meinen Projektanforderungen genügt:
1.) Kann man eine in eine Seite eingebettete Tabelle filtern, BEVOR sie angezeigt wird? Also z.B. nach einem Suchbegriff in einer spezifischen Spalte? Eine Vorfilterung per URL ist für mein Projekt dabei nicht hilfreich, da auf der entsprechenden Seite nicht nur die vorgefilterte Tabelle angezeigt werden soll, sondern noch viele weitere Informationen.
2.) Kann man bei einer (vorgefilterten) Tabelle Spalten und Zeilen tauschen? Ausschließlich aus Darstellungsgründen. Quasi eine 90 Grad-Drehung der Tabelle. Das wäre eine große Hilfe. Denn sonst würde bei meinem Projekt auf einer Seite eine Tabelle mit einer Zeile und 10 Spalten erscheinen...
Vielen Dank für eine zeitnahe Antwort! :-)
Hello Markus.
Thank you for reaching out to us.
Please note that the official support language is English, and we have to use Google Translator to try and understand other languages. Since a lot can be lost in translation, we apologize in advance if we misunderstood some segments of your message, and we also ask you to please translate your future messages to English.
Thank you for your understanding.
1. You can use placeholders for filtering the table directly. For example, if you add %VAR1% as a predefined filtering value for one column, you could change it through the shortcode, like [wpdatatable id=1 var1=Munich] and it will filter the column where you added %VAR1% as a predefined filtering value, and show the table containing only "Munich" in that column.
2. I am sorry to disappoint you, but unfortunately, something like this is not possible with the plugin's built-in features.
You would need to create a Pivot table in the database; then prepare a MySQL view (a stored query), which will return the data from that Pivot table, call it e.g. “view1” and then build a wpDataTable based on a simple query like “SELECT * FROM view1″.
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