SEARCH:
Previous: hFormat Next: hTRFromArray

hTbodyFromRows

string HTML
string CSS_class
array Rows


accepts an Array of Rows and returns a list of HTML TR elements, where each row is a TR, and each element of each array becomes an HTML TD element.

Note that the keys of the Row Arrays are not used, so they can actually be List Arrays.

Each table element is of class "CSS_class", or no class if the first parameter is blank. The first parameter may be blank, but it must be provided.

Previous: hFormat Next: hTRFromArray