• Resolved jmichels

    (@jmichels)


    Hallo,

    aktuell zeige ich per Parameter nur Zeilen des aktuellen Tagesdatum an.

    [table id=32 responsive=scroll filter_date=”today” filter_date_columns=”1″ cache_table_output=false /]

    Für Zeilen aus der Vergangenheit verwende ich den Parameter past anstelle today. Soweit so gut.

    Wie muss der Sting aussehen, wenn ich ein bestimmtes Datum nur anzeigen möchte. Z.B. der 06.12.2019?

    Versucht habe ich es mit “12/06/2019” – jedoch ohne Erfolg. Es wäre traumhaft, wenn mir jemand den kompletten String aufgeben könnte.

    Besten Dank
    Jens

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble. As these are English-language forums, I’ll reply in English. That way, more people can benefit from our findings. I hope that’s ok.

    To find rows with a particular date, you can simply use the regular TablePress Row Filter Extension, see https://tablepress.org/extensions/row-filter/

    Regards,
    Tobias

    Thread Starter jmichels

    (@jmichels)

    Hi,

    currently, I only use parameters to display lines of the current date.

    [table id = 32 responsive = scroll filter_date = “today” filter_date_columns = “1” cache_table_output = false /]

    For lines from the past I use the parameter “past” instead of “today”. So far so good.

    Who looks the string like if I only want to display a specific date? For example, the 06. December 2019?

    I tried it with “12/06/2019” – but without success. It would be fantastic if someone could give me the complete string.

    Thank you very much
    Jens

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jens,

    as mentioned above, the solution is to use the TablePress Row Filter Extension from https://tablepress.org/extensions/row-filter/ and then the Shortcode

    [table id=32 responsive=scroll filter="12/06/2019" filter_columns="1" cache_table_output=false /]
    

    (The date must be written exactly as in the table.)

    Regards,
    Tobias

    Thread Starter jmichels

    (@jmichels)

    Hi Tobias,

    unfortunately, it does not work that way. If I insert a fixed date, then the entire table is displayed.

    Do you have any idea?

    Thanks
    Jens

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Jens,

    did you install AND activate the TablePress Row Filter Extension as a plugin on your site?

    Regards,
    Tobias

    Thread Starter jmichels

    (@jmichels)

    Hello Tobias,

    I have “TablePress Extension: Row Filtering based on date” installed. It is also activated.

    Now I have additionally installed and activated “TablePress Extension: Row Filtering”.

    Now it works – thanks

    Jens

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Anzeige eines bestimmten Datums’ is closed to new replies.