User-based row filtering
-
Suppose we have the following in a table (NinjaTables)
WPUser1,Pen
WPUser1,Pencil
WPUser1,eraser
WPUser2,Pen
WPUser2,Pencil
WPUser2,eraserWPUser 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,eraserMy exact requirement :
And the same way when WPUser2 is logged in as follows:
WPUser2,Pen
WPUser2,Pencil
WPUser2,eraserhow can I achieve this in NINJA TABLES?
Note: TablePress has one such feature for User-Based row filtering: https://tablepress.org/extensions/row-filter/
The topic ‘User-based row filtering’ is closed to new replies.