Skip to content

Commit 33b8005

Browse files
Add column header tooltip in events table
Use column description field Signed-off-by: Matthew Khouzam <[email protected]>
1 parent 2a98911 commit 33b8005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

viewer-prototype/src/browser/trace-viewer/components/table-output-component.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ export class TableOutputComponent extends AbstractOutputComponent<TableOutputPro
156156
headerName: columnHeader.name,
157157
field: columnHeader.id.toString(),
158158
width: this.props.columnWidth,
159-
hide: hiddenColumn
160-
159+
hide: hiddenColumn,
160+
tooltipField: columnHeader.description
161161
});
162162
});
163163

0 commit comments

Comments
 (0)