This class is used to generate "tables" using only HTML DIV tags. It can compose a table very simply and easily. Simply define the content of one or more cells, and optionally the styles of the table, rows, columns, cells and headers.
The class generates HTML DIV tags and style definitions to render the table once you have everything in place. Styles can be inlcued in-line, or optionally written to a .CSS file. Supports multiple such tables per page.
IT supports alternating row styles and highlighting rows when the user drags the mouse over them. |