(headerRow: Element)
| 1093 | } |
| 1094 | |
| 1095 | function getHeaderCells(headerRow: Element): Element[] { |
| 1096 | return getElements(headerRow, 'th'); |
| 1097 | } |
| 1098 | |
| 1099 | function getFooterCells(footerRow: Element): Element[] { |
| 1100 | return getElements(footerRow, 'td'); |
no test coverage detected