function crumbs_UI_Table::addColName in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $colName:
Return value
$this
Throws
Exception
File
- lib/
UI/ Table.php, line 52
Class
- crumbs_UI_Table
- A class to render HTML tables.
Code
function addColName($colName) {
$this->columns
->addColname($colName);
return $this;
}