Add regex search to network plugin
Reviewed By: danielbuechele Differential Revision: D15899077 fbshipit-source-id: 92f2edf31925d73be252128afa851bb3fcb633a5
This commit is contained in:
committed by
Facebook Github Bot
parent
b7229b40ac
commit
0e7aaaacff
@@ -454,6 +454,7 @@ class NetworkTable extends PureComponent<NetworkTableProps, NetworkTableState> {
|
|||||||
onRowHighlighted={this.props.onRowHighlighted}
|
onRowHighlighted={this.props.onRowHighlighted}
|
||||||
highlightedRows={this.props.highlightedRows}
|
highlightedRows={this.props.highlightedRows}
|
||||||
rowLineHeight={26}
|
rowLineHeight={26}
|
||||||
|
regexSupported={true}
|
||||||
zebra={false}
|
zebra={false}
|
||||||
actions={<Button onClick={this.props.clear}>Clear Table</Button>}
|
actions={<Button onClick={this.props.clear}>Clear Table</Button>}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user