Discussion:
cellIndex of a <th> element
Colin Williams
2012-04-17 05:27:51 UTC
Permalink
I'm trying to use get the cellIndex of a table header cell with .cellIndex.
Unfortunatly it returns -1. Can anybody tell me how to get the th cell
index?

http://www.w3.org/TR/REC-DOM-Level-1/level-one-html.html#ID-82915075
Boris Zbarsky
2012-04-17 05:31:08 UTC
Permalink
Post by Colin Williams
I'm trying to use get the cellIndex of a table header cell with .cellIndex.
Unfortunatly it returns -1.
In what situation? Can you link to a testcase?

-Boris

Loading...