The autoGrow flag
Normaly, you would define a table with a constant number
of rows and columns. But sometimes, you does not know, how many
rows or columns you need: ie. transforming user input or the
result of a database query to an HTML table.
In this case, you should
enable
the autoGrow feature.
In this mode, HTML_Table adds new
rows or columns automatically, if you use a cell address located in a
not existing row or column.
The autoFill value
If you create a table of data, sometimes you have not to fill
all cells with different values. Perhaps you do not know the
value for a cell, or you want to insert a default value - ie. retrieving
data about users. Not every user has a mobile, a email address etc.,
in this case, an "n/a" should be inserted into that
specific cell.
So, simply
define "n/a" as autoFill value and fill only
the cells where data exist. You need not to fill every cell; unfilled
cells contain automatically an "n/a".