A Table list object is a list which is represented as a table (use of HTML <table><tr> and <td> tags).
Like a list object, the columns in the table list object are defined by the objects enclosed within the opening <adelia:tablelist> tag and the </adelia:tablelist> tag.
A table list object can have (optionally) a header line. This line is then the first line in the table; the second line then contains the definition of the fields in the list.
When a list table is defined with a step, it may be necessary to manage an ::ADELIA_ROLLUP (or, possibly, ::ADELIA_ROLLDOWN) event to manage list rolling.
The presence of an <adelia:tablelist> tag determines a link with the Adelia Web program to which the current HTML page belongs. The <adelia:tablelist> tag creates a list in the program's data environment for which the definition of fields is given by the objects between the <adelia:tablelist> and </adelia:tablelist> tags.
Click below:
to see an example,
for more information on inserting a table list,
for more information on event processing blocks.