Class flWidgetTable
flWidgetTable Class
Class to simplify generation of tables from data.
Package: fusionLib
Copyright: Copyright (c) 2012 - 2013 fusionLib. All rights reserved.
Located at system/libs/Widget/flWidgetTable.php
Copyright: Copyright (c) 2012 - 2013 fusionLib. All rights reserved.
Located at system/libs/Widget/flWidgetTable.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
addRow( array $data, string $css = null )
Add a row of data to the table. The current settings for the table are used to extract the row data. |
public
string
|
Properties summary
protected
string
|
$css
The CSS class to apply to the table. |
#
'tablewidget'
|
protected
array
|
$headings
The table headings. |
#
null
|
protected
array
|
$dataNames
The column data names. |
#
null
|
protected
array
|
$skip
Array of column names to skip encoding on. |
#
array()
|
protected
string
|
$caption
The optional table caption. |
#
null
|
protected
array
|
$rows
Storage for row data as it's generated. |
#
array()
|
protected
string
|
$empty
The content for empty cells. |
#
' '
|