Function
searchClick
(e: React.MouseEvent<HTMLTableDataCellElement>)
Source from the content-addressed store, hash-verified
| 134 | delete ex.value; |
| 135 | } |
| 136 | const searchClick = (e: React.MouseEvent<HTMLTableDataCellElement>) => { |
| 137 | const search: InputSearchExpressionGroup = { |
| 138 | key: 0, |
| 139 | expressions: [ex], |
| 140 | }; |
| 141 | props.onSearch(e, [search]); |
| 142 | }; |
| 143 | const title = strings.tooltipSearch(nameValuePair.columnName, displayValue(nameValuePair.value).display); |
| 144 | return ( |
| 145 | <div |
Tested by
no test coverage detected