PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Table

PEAR::HTML_Table makes the design of HTML tables easy, flexible, reusable and efficient.

This package is unmaintained.

Download latest release 1.8.4 (there might be newer Composer installable version)

License: BSD-3-Clause

Description

The PEAR::HTML_Table package provides methods for easy and efficient design of HTML tables.
- Lots of customization options.
- Tables can be modified at any time.
- The logic is the same as standard HTML editors.
- Handles col and rowspans.
- PHP code is shorter, easier to read and to maintain.
- Tables options can be reused.

For auto filling of data and such then check out http://pear.php.net/package/HTML_Table_Matrix

Documentation

Manual

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#786ClosedBug2004-02-18Incorrect Handling of zero value integer
#787ClosedBug2004-02-18setRowAttributes - not overriding td attributes
#1353BogusBug2004-05-06html_table + quickform
#1482ClosedBug2004-05-24SetRowAttributes not effective for TH
#1734ClosedBug2004-06-28_adjustEnd() adds extra column to single column table
#2030ClosedReq2004-07-30setHeaderContents() extra param.
#2335ClosedReq2004-09-15Unnecessary case sensitivity in HTML_Table::addRow()
#2753BogusBug2004-11-15Filling table with values - order with setting table header
#4307BogusBug2005-05-09zero integer data replaced by null
#4656ClosedBug2005-06-21Only one column in table with CVS version 1.24
#4712ClosedReq2005-06-29add possibility to add <thead>, <tfoot>, <tbody> tags
#4944ClosedReq2005-07-29setRowContents
#4988ClosedReq2005-08-03addRow don't work with incomplete array
#5781ClosedBug2005-10-25function addCol is wrong
#5782ClosedBug2005-10-25addRow() created a warning
#5787BogusBug2005-10-26Tables created with only addCols don't render
#6167ClosedReq2005-12-06Definition of a column seems somewhat far from spec
#6768ClosedReq1.6.12006-02-13add colgroup feature
#7971ClosedBug1.7.02006-06-23setTab() does not work
#8170ClosedBug1.7.12006-07-09updateRowAttributes & one column
#8716ClosedReq1.7.22006-09-15Suppress printing of 'span' comments for columns
#9102ClosedReq1.7.32006-10-20new function to add attributes in <thead>, <tfoot> and/or <tbody> tags.
#10140BogusBug2007-02-20Static / Non-Static calls
#10924BogusReq1.7.52007-05-04Table attributes
#10964ClosedDoc1.7.52007-05-07Setting table attributes
#11829BogusDoc1.8.12007-08-13Slight grammatical error in documentation first paragraph
#11896SuspendedReq1.8.12007-08-23Change access of properties from 'private' to 'protected'
#12289ClosedDoc1.8.12007-10-22javascript sorting functionality
#12469Wont fixReq1.8.12007-11-17add full array
#12705ClosedBug1.8.12007-12-16Empty tags are not XHTML compliant
#14534Wont fixBug1.8.22008-08-21Attributes not set in first column/row
#16429Wont fixBug1.8.22009-07-12Deprecated in 5.3.0 (new by reference)
#16953ClosedDocCVS2009-12-27Broken link to HTML_Common docs
#16984ClosedReq1.8.22010-01-11Adding a __toString() function
#17073ClosedBug1.8.22010-02-08Deprecated: Assigning the return value of new by reference is deprecated in C:
#17206BogusBug1.8.22010-03-08updateCellAttributes overwrites instead of updates
#18564Wont fixReq1.8.32011-05-26The package depends on the deprecated HTML_Common
#19982DuplicateBug1.8.32013-06-18E_Notice: PEAR::isError
#20546ClosedBug1.8.32015-05-11Undefined index: attr when calling getCellAttributes on cell without attributes
#21048Wont fixBug1.8.32016-04-01Default auto-fill value should be '' not '&nbsp'