MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-stately/src/table/TableCollection.ts:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202export class TableCollection<T> extends GridCollection<T> implements ITableCollection<T> {
203 headerRows: GridNode<T>[];
204 columns: GridNode<T>[];
205 rowHeaderColumnKeys: Set<Key>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected