• Resolved bttmrc

    (@bttmrc)


    Hello,

    I have a big table example here https://imgur.com/a/Qpy3e

    Besides the search, How can I allow visitors to filter by NGO for example?
    How can we make each of these columns filterable?

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You could maybe take a look at the TablePress Extension from https://tablepress.org/extensions/datatables-columnfilterwidgets/

    Regards,
    Tobias

    Thread Starter bttmrc

    (@bttmrc)

    Hey there,

    I don’t think this is possible, but let me ask you anyway.

    Lets say I have a simple 2×2 table. Something like this:

    TITLE | THEME
    Title1 | Theme1
    Title2 | Theme2
    Title 3 | Theme1, Theme2

    When I add a filter for the THEME column, using the extension you suggested, the drop down options are:
    -Theme1
    -Theme2
    -Theme1,Theme2

    Is there anyway it can show only:
    Theme1
    Theme2

    But still show Title3 as a result?

    Let me know if that made sense, I can try to explain a bit better

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I see what you mean, and this is possible using another Shortcode parameter. Please try adding

    datatables_columnfilterwidgets_separator=","
    

    to the Shortcode.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter by row’ is closed to new replies.