I am experimenting with blessed
in Node and naturally I found blessed-contrib
, now, I want to create a layout with rows of different heights but even though I can control the height/width of the elements inside the grid cells, I don't seem to be able to change the height/width of the cells.
Is it possible to control cell's properties or should I just look a different design on my app layout to avoid this problem?
It is possible starting [email protected]:
grid.set(row, col, rowSpan, colSpan, obj, opts)