• Resolved golferdude99

    (@golferdude99)


    Hello:

    Currently using the Row Filter extension for the default view of my table.
    [table id=1 filter=”word1&&word2″ /]

    My table has 100 rows but the default view (using keywords shows 10 rows)
    This works great.

    How can I allow the search option to search within all 100 rows. (Currently it only searched the 10 rows)

    Thanks in advance

    https://wordpress.org/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is not possible like this, due to how the Row Filter Extension and the JS search work. The JS search basically doesn’t see rows that are filtered out by the Row Filter Extension.

    Instead of using the Row Filter Extension, you might therefore want to set an initial filter in the JS search, by adding something like this to the “Custom Commands” textfield on the “Edit” screen of the table:

    "oSearch": {"sSearch": "searchterm"}

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Filter rows but allow search all rows’ is closed to new replies.