• Resolved mloveday5

    (@mloveday5)


    Tobias,

    Sorry for the follow up to my earlier question on filtering rows by a particular column, but I ran into a hiccup.

    In this table for Season Points: http://laxrecords.com/2017/01/03/2017-high-school-lacrosse-stats/

    I am trying to sort by State. An issue arose when I tried to sort by NC (North Carolina) as it appears the filter is looking at the code in the back end and pulling anything with nc in it, which in my case is every instance (part of the URL has the word performance in it).

    My question is, can I filter by case sensitivity? I only capitalize the state in that column, so being able to filter this way would solve my issue.

    Thank you.

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Then, just add another parameter to make the filtering case-sensitive 🙂

    [table id=123 filter="NC" filter_columns="3" filter_case_sensitive=true /]
    

    Regards,
    Tobias

    Thread Starter mloveday5

    (@mloveday5)

    Once again, wonderful support!

    This worked.

    Is there any chance there is a listing of all the filter ‘commands’ we can input?

    Thank you.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    right now, the best list is the PHP code of the Extension’s tablepress-row-filter.php file. I’m a bit behind on adding everything to the Extension’s web page, unfortunately 🙁

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filter Rows Follow Up’ is closed to new replies.