Creates a dynamic table populated from a query.
Usage
Use this component to place a dynamic table on the current page.
Attributes
QUERY
|
Required. The name the query to display. |
SELECTED FIELDS
|
Required. The names of the query columns to display.
Query columns will be displayed in the order
selected. |
EDIT
| Use the edit
function to edit the query columns. For instance, you may
use Cold Fusion functions to format the
output. |
LINK
|
Optional. Creates a link from the first column
in the
table. Use for
creating a drill down.
|
KEY FIELD
|
Optional. Append a value
to the link. This value may be used as the basis for a
lookup. For instance, a query on a detail page could use where statement:
where
Client_ID=#URL.Client_ID#
|
Notes
Do not add rows or columns to the table manually. Do not merge table cells.
You may format all cells using NetObjects Fusion's Formatting tools.
The top row creates column titles. Thesecond row will display multiple
rows when published.
|