diff options
| author | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-22 22:39:44 -0400 |
|---|---|---|
| committer | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-22 22:39:44 -0400 |
| commit | d4ff3975ee3b72a7869535bf8d9fc78039203aed (patch) | |
| tree | 26012f78d9de67d2c21777e530020a1a4e39928b /src/client/views/collections/SchemaTable.tsx | |
| parent | fd741cddf64fe1b068b7a1de5bc3840798afe75d (diff) | |
search
Diffstat (limited to 'src/client/views/collections/SchemaTable.tsx')
| -rw-r--r-- | src/client/views/collections/SchemaTable.tsx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/views/collections/SchemaTable.tsx b/src/client/views/collections/SchemaTable.tsx index 2b60bef1b..c820cb661 100644 --- a/src/client/views/collections/SchemaTable.tsx +++ b/src/client/views/collections/SchemaTable.tsx @@ -189,7 +189,7 @@ export class SchemaTable extends React.Component<SchemaTableProps> { addNew={false} onSelect={this.props.changeColumns} setIsEditing={this.props.setHeaderIsEditing} - + docs={this.props.childDocs} // try commenting this out width={"100%"} />; @@ -451,10 +451,8 @@ export class SchemaTable extends React.Component<SchemaTableProps> { //@ts-ignore expandedRowsList.forEach(row => expanded[row] = true); const rerender = [...this.textWrappedRows]; // TODO: get component to rerender on text wrap change without needign to console.log :(((( - let overflow = "auto"; - StrCast(this.props.Document.type) === "search" ? overflow = "overlay" : "auto"; return <ReactTable - style={{ position: "relative", overflow: overflow }} + style={{ position: "relative" }} data={children} page={0} pageSize={children.length} |
