Public Ticket #2317266 Is there a way to display data from a table with entries from the past four weeks? Closed
Comments Kathleen Young started the conversationMarch 3, 2020 at 2:21pmIs there a shortcode to display entries from a wpDataTable with a date column entry just within the past four weeks? 2,572Aleksandar repliedMarch 4, 2020 at 7:37amHello KathleenI am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.You could only do this with SQL Query based tables, where you would set a condition for the date column. Something like: select * from dt_table where date >= DATE_SUB(CURDATE(), INTERVAL 4 WEEK) 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 Sign in to reply ...
Is there a shortcode to display entries from a wpDataTable with a date column entry just within the past four weeks?
Hello Kathleen
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
You could only do this with SQL Query based tables, where you would set a condition for the date column. Something like:
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