Describe the bug
Searching in datagrid does not work when using & with spaces.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a data grid data has columns with the specified text with the special characters should show those rows.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
All
Additional context
Seems to work with just "Assemble &" but not with a trailing space after.
I made some testing for #, &, and % (with a trailing space), and it seems that the really issue is the &.
See attached.




And also noticed that the highlightSearcRows isn't working on &.
@deep7102 noticed that it may be this regex... https://github.com/infor-design/enterprise/blob/cfc6030a90c9d02bdbbe1c277f444089d62026a2/src/components/datagrid/datagrid.js#L5277