Home » HTML » HTML_Table » Bug #1482
SetRowAttributes not effective for TH
Details
| Submitted | 2004-05-24 15:51 UTC |
|---|---|
| From | asnagy at php dot net |
| Assigned | wiesemann |
| Status | Closed |
| Package | HTML_Table |
| PHP Version | 4.3.6 |
| OS | Linux |
| 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.