Row size with affix images
When an image is added as affix to a row, the row is rendered with a bigger height than others. This is not good because if the image toggle from visible to hidden, this create a jump inside the table.
The main issue is that the width/height are not exactly the same as the line-height and image are displayed as inline instead of block.