Invisible rows on Table

Hi,

I have a Table with LazyQueryContainer, which is kind of dynamic (content/visible columns can change depending on a Select component.

Sometimes, after changing the value of the component (and thus changing visible columns/order), the table does not refresh itself correctly : headers and columns are OK but content appears empty to the screen. The container is OK (contains the items) but they are not displayed. If I hit F5 or reloads the page, then the item would appear.

This only occurs if I change column order before selecting another value in the Select (and so change columns through the API).

I can’t really explain this, I don’t know exactly if it is related to the container OR to the table.