Dynamic Popup

Is there a way to create a dynamic popup in a query? For example i created a post query, then a button for each card that will open popup and will have the data dynamic. I can do dynamic popup with a bit of hack but it will not work on paginated query and it will create modal for each item. So its not great workaround.

Hi @kris,

I have a usable way to emulate dynamic modals that works with queries, there are just a few considerations and will need to know more about your requirements to determine whether it will work in your case.

A couple of quick questions:

  1. Do you need frontend rendering or not?
  2. Is there an upper limit on the number of items for the query or could it be a large number?

Hi StrangeTech.

below are my answers.

  1. no need for front end rendering.
  2. there will be more items in the future, so pagination is required.