When I hide my table some of the cell state gets reset.
For example. If I have a dropdown with a specified list of options and write something other than those the cell is marked as invalid and highlighted in red.
However, when I hide the table and show it again, the highlight of the cell disappears:
Here’s the example: https://jsfiddle.net/mytsqwgd/2/
It seems to reset the cell meta. Is this a bug or am I doing something wrong?