Good day. Could you please tell is it possible to make the table rows fit their content, if their cells do have different height?
For example https://playground.jsreport.net/w/vladik-dev/d36vGARz
It seems that their heights are calculated only once for each row, but for different cell each time...
I also had troubles with rows being much larger than their content, but it was fixed using letter-spacing:-4px
, however I haven't used the phantom.js, at least directly.