GridPanel.getTable

Syntax

getTable ();

Description

The getTable method returns the HTML table of the component.

Example

To execute the example, the HTML page must contain the GridPanel component named container (see Example of creating the GridPanel component). Use the following code to display the borders of the table:

container.getTable().border = "1"

After executing the example, borders of the GridPanel component table are displayed and their width is one pixel:

See also:

GridPanel