| 200 | } |
| 201 | |
| 202 | export class TableCollection<T> extends GridCollection<T> implements ITableCollection<T> { |
| 203 | headerRows: GridNode<T>[]; |
| 204 | columns: GridNode<T>[]; |
| 205 | rowHeaderColumnKeys: Set<Key>; |
nothing calls this directly
no outgoing calls
no test coverage detected