Filter in frontend list table
-
I successfully display in a frontend page a table using the shortcode:
[wpdadiehard table_name="members"].I wonder if it is possible to filter the data before its first appearance? In fact I would like to have the possibility of something like memberID = “1234”.
I don’t need the possibility to apply any filter after the first display of the page.
Probably a shortcode like:
[wpdadiehard table_name="members" filter_field_name="memberID" filter_field_value="1234"]Or I don’t know if there is another approach to apply a filter on the table before its first display.
Thanks again
The topic ‘Filter in frontend list table’ is closed to new replies.