I know, there exists celIndex, but it would be more usefull, if there was something like colIndex.
Additionaly, i would like a api like this on tr-Elements: tr.cellByColIndex(index);
Often we have to find cells in other rows that are in the same column. This works as long as there is no colspan, but if there is one, i have no quick access to the element like tr.children[index]
This api would also make sence on col-elements, since they represent a column.
Edit: changed category to “APIs”.