Table filter is rendered twice.

Hello.
I’m playing with datatable filters.
I’ve noticed that filter is rendered twice during init (actually 2 renders and 4 refreshes per filter).
Datatable is initiated in the background and then view added to tabbar layout.

So I’m wondering - when filters are supposed to render?
Datatable is rendered once btw.

Filter will be rendered each time when header is repainted ( it may occur after column resize for example )

Does the double rendering results in any visual problem?

Nope. It just makes harder to write filters.