Im using Angular Slickgrid to display the data and to filter the data ,in that I have noticed that the column filters are not filtering the records with special characters like "<","=".
Current Behavior:
Column filters are not filtering the records with special characters like "<","=".
(demo for not filtering records.)
Expected Behavior:
Column filter needs to filter the records with special characters like ("<","=").
Software Version
- Angular : 13.3.9
- Angular-Slickgrid : 4.3.1
- TypeScript : 4.6.4
- Operating System : Windows 10
- Node : 14.18.3
- NPM : 6.14.8