If I have a cellFormatter that changes the value in some way, for example: "abc@def.com" -> "abc" (formatted, I cut everything after @), or "xyz" -> "<span style='color:red'>xyz</span>" (formatted, added style), then I am not able to filter to "ends with".
Shouldn't the filter work with the shown values? I.e. with the formatted values?
If you appy the filter to the unformatted values this would be confusing for the user. If this is not possible, is there any workaround?
Shouldn't the filter work with the shown values? I.e. with the formatted values?
If you appy the filter to the unformatted values this would be confusing for the user. If this is not possible, is there any workaround?
Comment