Table views Describes how to implement table/list views. Understanding tables views Table views define the graphical element to display a list of records. Defining tables in the layout Define table views in the LAYOUT section of the form definition file. Binding tables to arrays in dialogs Program arrays act as data model that are bound to form tables, when implementing list dialogs. Controlling table rendering Table rendering can be controlled by the use of presentation styles and table attributes. Displaying column images You can use PHANTOM fields and the IMAGECOLUMN attribute to display images in a column, to the left of the column value. Image columns firing actions Columns in tables displaying images can trigger action events, when the user selects the image. Built-in table features Several implicit list handling features are provided by table views. Summary lines in tables Table views can display a summary line, to show aggregate values for columns. Defining the action for a row choice The row choice in a TABLE can be associated with a dedicated action. Using tables on mobile devices Table views render in a specific way on mobile devices, in order to take advantage of mobile device ergonomics. Examples TABLE (table views) usage examples.