Perspective Table: filter render view

HELLO,
I am using the 8.1.15 version of the ignition designer. I have one question regarding the perspective table render view.
The filter function is not working if there is a date selection view as a render.

image

I resoved issue by set cell value when binding data:

o['TaskStatus'] = {
    value: system.util.translate(taskStatus, self.session.props.locale),
    style: {
        classes: %s Utilities/rounded Utilities/p-8 Utilities/text-white Utilities/m-xs%(TaskStatusCss)
    }
}