Okay
  Public Ticket #3099014
Fragen zur PlugIn-Funktionalität
Closed

Comments

  • Markus started the conversation

    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! :-)

  •  2,572
    Aleksandar replied

    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 | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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