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

Okay
  Public Ticket #1674168
filtering by today's date
Closed

Comments

  • ROB started the conversation

    I would like to know if it's possible to filter rows by the current (today's) date. I want to purchase but need to know before I buy. The only answer I found is to use SQL, but I find it hard to believe that a plugin with so many features can't filter and display entries by today's date using csv or excel format. Thanks in advance for your answer!

  • [deleted] replied

    Hi ROB,
    Thank you for the inquiry.

    Unfortunately there is no specific feature for filtering table by today's date but there is a workaround. In conditional formatting you can set the class to the rows that are not today's date by using placeholder %TODAY%. After that in custom CSS you just set display: none to the rows with that class and they will not be shown in the table. Another way is using MySQL as you mentioned.

    You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.

  • ROB replied

    Hi Milos!

    I really want to make this work and purchase your product, but I must admit that I understand nothing about coding and custom css and classes. I went to my date column and set conditional formatting to "set row css class" to %TODAY%. I left the line after "if cell value" empty, since a calendar pops up. Is this correct so far?

    Then I went to DISPLAY and CSS classes and entered display: none, but I'm sure I'm missing something since I know nothing about setting classes. Is there any chance you could help with a little more detail? Maybe a screenshot if possible of exactly what to enter? I really want to buy your product since it does everything else I need!

    Thank you Milos!

  • [deleted] replied

    Hi ROB,

    If you have purchased the plugin, please open a ticket in wpDataTables category with your purchase key and one of our developers will provide you help with that.

  • ROB replied

    I have not purchased yet, I wanted to test it before I bought it. Do I need to purchase first to get this answered? Thanks...

  • [deleted] replied

    Hi ROB,

    No, sorry for misunderstanding. I thought that you brought the plugin so I redirect you to customer support to help you with the issue.

     You should set like on the image from the attachment and then in CSS add this CSS rule:

    .something {
        display: none;
    }

  • ROB replied

    Thank you Milos! But when I try to set to %TODAY% it keeps reverting back to today's actual date, and it doesn't work (see attachment). I put the below code in my style.css file in my theme's child theme. 

    .something {
        display: none;
    } 
  • ROB replied

    Milos... I figured out where to put the custom css, your workaround works! Do you get any credit for a purchase or are you the owner? :) 

  •   [deleted] replied privately