Not sure if it has been asked here before. Also not sure if I am labeling it right.
This is what I am trying to achieve,
Say I have a dataset that has bunch of fields, not all the field will be populated.
I would like to render my dynamic page based on what is available. I can look for the item and set UI element to hide(). but that still leaves an empty space in my page. Is there any way to render an element height to 0? Or create UI element from code?
I am looking for suggestions on what I can look into.
Thank you.