Question
Openspan table designer :unable to alter Table schema
Hi
I am trying to interrogate an HTML table which is like a form.There are 2 columns 1.Name 2 Value.(I have attached the table image).
The values in the Name column are constant in terms of text but not in terms of row index .The table rows may vary dynamically.
This table will have minimum of 100 rows.How to interrogate such a table so that any changes in the table will not create any error in openspan.
Also i do not find any ways to alter the existing table schema in openspan to add new rows into it.-Please help
Thanks
Thiviya R
The HTML table is designed to have a table section hat repeats. Generally, the top row contains the headers and is where yo define the match cells. On the second row, you would define this as a table section and then define the data cells within it. When you define a table section, this is the portion of the table that will repeat. If you have any controls that you need to interrogate under that table section (like a text box in this case), you would interrogate that after you have added that table section and saved the HTML table designer. Those controls will appear under the table section.