In the Grid Table Pane view, you can write to points (issue commands) using the popup menu, if you have write permissions. Points in the table also display color-coded status, as shown.

In the Px Editor view, you can use the GridLabelPane widget to layout the table on a Px page and edit the properties of the display properties, as shown in the figure below. These properties allow you to change the font-type and color, as well as set the text alignment of the table cells, table heading, and first column properties.

GridLabelPane properties include the following:
This property provides options for setting the alignment of cell content (left, right, center, fill).
This property specifies the color of the content (for example, font color) within the table cells.
When set to true, the table in the Px page interface is commandable using the popup menu. When this property is set to false, the display is still visible but not commandable.
This property provides options for setting the alignment of cell content (left, right, center, fill) for the first column in the table.
This property specifies the color of the content within the first column table cells.
This property provides options for setting the alignment of cell content (left, right, center, fill) for the top row of the table (the table heading).
This property specifies the color of the content within the table heading cells
This property allows you to set the font-type and font properties for the table heading.
This property allows you to specify the size and location of the table in relation to its parent (X, Y, coordinates, height and width). Alternatively, you can select a fill option to have the table expand to the limits of its parent container.
When set to true, the table in the Px page interface is visible. When this property is set to false, the display is not visible.