# EuiTableHighlightPipe

**Type:** pipe



Pipe used to highlight the matching string in the data of the table when used with filter feature.

```
<td><span [innerHTML]="row.year | euiTableHighlight: strFilter"></span></td>
___COMPODOC_EMPTY_LINE___
strFilter = '19'
```
