packages/eui/packages/components/eui-table-v2/pipes/eui-table-v2-highlight.pipe.ts
Pipe used to highlight the matching string in the data of the table when used with filter feature.
Example :
Name | euiTableV2Highlight |
transform | ||||||||||||||||||||
transform(value: string, strFilter: string, className: string)
|
||||||||||||||||||||
Wrap a matching string with a span element with a class name in the data of the table
Parameters :
Returns :
string
|