Method String.HTML.OBox()->add_tagdata_cell()
- Method add_tagdata_cell
voidadd_tagdata_cell(stringtag,mapping(string:string)args,stringcontents)- Description
Creates a cell from the provided arguments and adds it to the table.
- Parameter
tag The name of the element that should be produces. Typically "td" or "th".
- Parameter
args A mapping with the elements attributes.
- Parameter
contents The element contents.