I have a table, and inside this table, there’s a reusable element that appears when you click on “edit row.”
Is it possible to make the content of this popup 100% dynamic so that the content displayed varies depending on which table it’s in?
Note: In some tables, I want to have 10 columns, while in others, only 5. Therefore, the content of the popup will vary from table to table. For example, sometimes it will show Date, Product, Status, but in other cases, it should show Date, Location, Address, etc.
You can set the data source of the popup as text and your text could be
Row 1 - {var} | {var} … \n Row 2 - {var} | {var}. This way you can split by \n for the rows and split the row by | to get the
Have groups for different tables within the Popup that you can set, and control the visibility/formatting the RepeatingGroups depending on the same