PEAR is archived and read-only

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

Home » HTML » HTML_Table » Bug #1482

SetRowAttributes not effective for TH

Details

Submitted2004-05-24 15:51 UTC
Fromasnagy at php dot net
Assignedwiesemann
StatusClosed
PackageHTML_Table
PHP Version4.3.6
OSLinux
Roadmaps(Not assigned)

Comments

[2004-05-24 15:51 UTC] asnagy at php dot net

Description:
------------
Applying attributes to the 0 row with the setRowAttributes does not work due to TH tags instead of TD tags.

[2004-09-01 19:36 UTC] asnagy at webitecture dot org

I will try to help clarify this bug. I am using the setRowAttributes method with the inTR false so that it puts the attributes into each cell; however the row that I am working on is a "header" row. When I set the inTR to true, the attributes appear fine in the tr tag, but when I specify false, they do not appear at all.