HTML_Table::setAutoFill()

HTML_Table::setAutoFill() – Set autoFill value

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::setAutoFill ( mixed $fill , int $body = null )

Description

The autoFill value will be insert into every cell not filled.

Parameter

  • mixed $fill - standard value for empty cells

  • int $body - The number of the tbody group that should be used. NULL indicates that all groups should be used.

Note

This function can not be called statically.

Set autoGrow flag (Previous) Set table caption (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.