Hi,
I have a parent element that contains a table that generates DVEs. Is it possible to exclude certain rows in that table from generating DVEs? e.g. some rows might not have a value in a specific column. For those rows I do not want a child element to be created.
Thanks,
Trong.
Hi,
If that table is generating DVEs then it will do so for every row. The only way to prevent certain DVEs from being created would be to work with another table where you can then add filters or functionality to enable/disable DVE creation. You would then only add the row to the table generating the DVE when the creation is required.
Thanks for the answer, Joey.