table:result-list
Description
Creates a table
The following tags can be nested within the table result list tag.
Usage
as element:
<table:result-list response="{string}" results="{array}"> </table:result-list>
Parameters
Param | Type | Details |
---|---|---|
response | string | The name of the response to populate the table with. (Use results or response not both.) |
results | array | A list of results to be rendered in the table. (Use results or response not both.) |