you are showing the same grid twice.
and the first definition of the grid is overwritten by the second definition.
with your current Cell code you would need
grid1
grid2
to do that.
you are showing the same grid twice.
and the first definition of the grid is overwritten by the second definition.
with your current Cell code you would need
grid1
grid2
to do that.