Ignition version 8.1.47
Hey, I got a weird on for you guys. I ran into a rendering bug with the perspectie table when filtering.
Probably best to let the video speak for itself.

So I have this table that is bound to a named query. The filter property is enabled and the style is set to display: none so I can use a custom text field to apply the filter via a binding on the props.filter.text property of the table.
For some reason when inputting certain 2 letters the rendering buggs out every 2nd attempt, as shown in the video.
Note that virtualization is on and this is most likely a bug with virtualization. Some limited testing showed with virtualization off, this doesnt happen. Unfortunately the table is quuite big so turning that off is not an option.
Also worth noting is that I tested with inputting the same 2 letters directly into the table standard filter field an this bug is not present.

Any help is appreciated... cus at this point I have no clue what else I can do.