| This class is the implementation of the table using the SimpleTableModel of the TABLE element.
It has following expectations from the proptotype:
- It expects to have one or more rows in the sample with all cells being TH cells. All of these must preceed
the data cells.
- It expects to have one or more rows in the sample with all cells being TD cells. It will use
these rows as "sample" rows - all of them will be available for use as prototype.
|