htmlShowFullTable

Specifies if all rows and columns in the grid to appear.

Syntax

htmlShowFullTable="show"

where:

Argument Default Description
show false Specify true to display all rows and columns on the grid; false to use scroll bars if they do not fit in the space.

Usage

When this attribute is specified, the setting of the htmlGridScrolling property and the defined Blox area will be ignored. Scroll bars are not part of the display. If the contents of the grid require it, the data may extend beyond the viewable area on the screen. In this case, HTML page scroll bars enable the user to scroll to and view off-screen data. The default is false, which causes the display to stay within the Blox bounds and not display the full table.

Related reference
htmlGridScrolling