Hi,
Is there a way to display list of values (e.g. [1, 2, 3]) as cell content?
When I try naive approach they are displayed without any separator i.e. as 123.
Displaying works correctly with ‘presentation’: ‘markdown’, but there is another problem, namely cell content is placed at the top of the cell instead of vertical center and doesn’t seem to accept css formatting in cell_style.
Any thoughts?
Thanks.