I have an image 22 x 22px but when place in grid knock the rows out off alignment.
The cause of the issue is due to the splitAt(2). It autosize the height if the ‘Frozen’ columns but not the rest.
Is there a fix for this ?
I apologize for the delay with your issue.
Please, try to add the following css to your page:
<style>
.gridbox .obj img { height: 22px; }
</style>