This tag is useful for displaying database query results or arrays from left to right in a HTML table grid. Just populate an array from a record set, specify the number of cells needed in each table row and rp_grid does the rest.
Parameters
-cell_content
array, required
The content that is to appear in each cell
-cell_count
integer, required
The number of cells to display in each table row
-width
integer, optional
Table Width. Defaults to 100% when not specified
-border
integer, optional
Table Border. Defaults to 0 when not specified
-cellpadding
integer, optional
Table cellpadding. Defaults to 2 when not specified
-cellspacing
integer, optional
Table cellscpasing. Defaults to 2 when not specified
-tablestyle
string, optional
The string name of the style to be applied to the table (if needed)
-cellstyle
string, optional
The string name of the style to be applied to the table cells (if needed)
-encodenone
boolean, optional
Use -encodenone to display table. Remove to display raw html.
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.