• Resolved yiguochao

    (@yiguochao)


    i want to filter ~2:3 with column A and filter 1 with column B, how can i do in Adbanced Shortcode.

    [ninja_tables id=’YOUR TABLE ID HERE’ filter=”~2:3″ columns=”A”] is filter a one. but
    [ninja_tables id=’YOUR TABLE ID HERE’ filter=”~2:3,1″ columns=”A,B”] is not found.I want them to associate the filter with the corresponding column

Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @yiguochao,

    You can use capitalized OR string for multiple filter value. Like belw:

    [ninja_tables id='YOUR TABLE ID HERE' filter="~2:3 OR 1" columns="A,B"]

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Ninja Tables filter’ is closed to new replies.