Transform.Identity}//TODO This should probably be an actual transform
Scaling={1}
isTopMost={false}
DocumentView={undefined} ContainingCollectionView={this} />
)
} else {
content =
}
return (
{
return (
{
Header: col.Name,
accessor: (doc: Document) => [doc, col],
id: col.Id
})
})}
column={{
...ReactTableDefaults.column,
Cell: this.renderCell
}}
getTrProps={this.getTrProps}
/>
{content}
)
}
}