• Resolved ysmsir

    (@ysmsir)


    Suppose we have the following in a table (NinjaTables)

    WPUser1,Pen
    WPUser1,Pencil
    WPUser1,eraser
    WPUser2,Pen
    WPUser2,Pencil
    WPUser2,eraser

    WPUser is dynamic and needs to be fetched from the wp username.

    There is a private page that displays the filtered table as follows when WPUser1 is logged in:
    WPUser1,Pen
    WPUser1,Pencil
    WPUser1,eraser

    My exact requirement :

    And the same way when WPUser2 is logged in as follows:
    WPUser2,Pen
    WPUser2,Pencil
    WPUser2,eraser

    how can I achieve this in NINJA TABLES?

    Note: TablePress has one such feature for User-Based row filtering: https://tablepress.org/extensions/row-filter/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘User-based row filtering’ is closed to new replies.