A table is a collection of tabular data organized as individual rows. Tables are composed of rows. Rows are composed of cells containing either header or data information. Tables are used by Web pages to display many different types of information. Table cells can hold images, hyperlinks, sound clips, applets, and even other tables.
The Web<ToolKit> classes and methods used in constructing tables are described below.
os_table
-Constructs a table.os_table_row
-Constructs a table row that contains headers
and/or data.os_table_data
-Constructs a data cell that contains information that can be text, images
or other elements.os_table_header
-Constructs a data cell that contains a table header. Table headers are
typically rendered as bold and centered vertically and horizontally within
the cell. Designating a non-text element as a table header centers it in a
cell.The following table has 2 columns, 4 rows, and 8 cells.

This chapter describes how to construct a simple table and add it to a Web page, as well as using table display and layout member functions to change the appearance of tables.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.