I have an app with repeating table with 4 different sections(section 1, section 2, section 3 & section 4.) Each section has around 8 fields.
I also have a button to click and see all the fields that are filled out. Behind the button, I have an HTML control which displays all the information in a table format.
Sometimes the end user fills out only section 2, 4 or 5 times. Now my html is showing lot of rows with no values for section 1, section 3 & section 4 repeating several times. Is there a way to show only the rows/sections which has values in HTML control?
Thanks