Hi,
I want to make a table using MB Views pulling custom fields (rows) from a custom post type (columns). Then the shortcode will be used in Gutenberg.
I want to be able to restrict which posts it pulls though every time the shortcode is used. Can I pass arguments to the shortcode, say the post ids to use, so it only shows these products on that page rather then all?
How could I filter/restrict post ids otherwise without creating new Views every single time?
Many thanks