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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You are right, the current version of the Filtering Extension does no longer do exact cell matching as the default (I changed the default value for this setting, after too many users had problems with it — as they expected just the opposite).

    To restore the original behavior, you could either add another parameter to your Shortcode:

    [table id=497 hide_columns="3,4,5" filter="ANNIE LENNOX&&SING" filter_full_cell_match=true/]

    or simply change the default value in the Extension again. You’ll just have to change the line

    $default_atts['filter_full_cell_match'] = false;

    to

    $default_atts['filter_full_cell_match'] = true;

    Another note: Your Shortcode should NOT be wrapped in HTML <p> tags, as that can influence the styling. Instead, the Shortcode should stand on its own line, with an empty line immediately before and after it. (The best way to see this is to use the “Text” editor and not the “Visual editor”).

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Filter problem with tables’ is closed to new replies.