createTFoot() createTFoot() creates a new TFOOT for the table. Syntax tf = table.createTFoot() Parameters tf is an HTMLElement. Example myfoot = mytable.createTFoot(); //checking: myfoot == mytable.tFoot Notes If the element already exists on the table, then this method returns that element Specification createTFoot()
createTFoot() creates a new TFOOT for the table.
tf = table.createTFoot()
tf is an HTMLElement.
myfoot = mytable.createTFoot(); //checking: myfoot == mytable.tFoot
If the element already exists on the table, then this method returns that element
createTFoot()