[GH #7699] Data mismatch between table data and filters data

Tags: #<Tag:0x00007f8b28e01810> #<Tag:0x00007f8b28e016d0>

Please take a look at this : https://jsfiddle.net/rmau2z9c/12/
I would like to know how my cell values can be match the same value in filters menu.

Also I would like to know why it is happening. Does it because numericType applies only for tables data?

Hi @ferid_577

At the moment Filters show the raw data (what is returned by the getData() method), so it means that formatting, styling, or cooling is not applied.
Here https://github.com/handsontable/handsontable/discussions/7699 we have a discussion on this subject.
I will update you as soon as we extend the filter functionality to support formatting.