1

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?

mscdex
  • 104,356
  • 15
  • 192
  • 153
Hugo
  • 6,244
  • 8
  • 37
  • 43

1 Answers1

1

It is possible starting blessed-contrib@1.0.9:

grid.set(row, col, rowSpan, colSpan, obj, opts)
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158