As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
im using the lite version of WPDataTables.
I created a cvs table - a tv show schedule for the month.
How can I have the schedule update (eg, every hour) and hide all previous days and even hours earlier in the day? either in lite or pro version?
thanks
Hi Sam
Thank you for reaching out to us.
When you create a table linked to the CSV file, the structure of the table is saved in wp_wpdatatables and wp_wpdatatables_columns database tables. So, if the source file changes the table will update as well. Please note that if the structure changes (adds, removes, renames or rearranges column headers), the table created in wpDataTables will break.
You can add predefined filtering date range, but that would be a fixed range.
If you create a MySQL table, you can include the DATEDIFF function, so the whole table automatically displays records from the past x number of days.