Function geoTable
Create an HTML table
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
array |
$rows |
Text |
string |
$class = null |
Table class |
array |
$titles = null |
Optional first row as separate content array |
string |
$titleClass = null |
Optional class of first row |
array |
$rowClasses = null |
Classes for rows (each key must match $rows keys) |
array |
$colClasses = null |
Classes for columns |
string |
$id = null |
Table id |
integer |
$cellspacing = 0 |
Cellspacing for all table cells |
integer |
$cellpadding = null |
Cellpadding for all table cells |
object
|
GeoTable Object |