Skip to content

Commit

Permalink
Enable text selection in events table
Browse files Browse the repository at this point in the history
Signed-off-by: muddana-satish <satish.muddana@ericsson.com>
  • Loading branch information
muddana-satish authored and MatthewKhouzam committed Mar 16, 2021
1 parent 1bd75bc commit 0a6b507
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class TableOutputComponent extends AbstractOutputComponent<TableOutputPro
onCellClicked={this.onEventClick}
rowSelection='single'
onModelUpdated={this.onModelUpdated}
enableCellTextSelection={true}
>
</AgGridReact>
</div>;
Expand Down

0 comments on commit 0a6b507

Please sign in to comment.