How to show multiple values in a cell with new line or dynamic row

Hi,

I am trying to show an array of elements in two datatables :

  1. In the first one I want the items to be rendered in multiple lines probably with a hyphen (-) before the values or a bullet.

  2. In the second I want the datatable rows to be generated dynamically based on number of array elements.

How is it possible ?

snippet : https://webix.com/snippet/b1cc1bcc

Thanks.

Can anybody please help me on this post ?

I could further proceed to achieve the first requirement as below:
https://webix.com/snippet/a7a582b3

Hello,

In the second I want the datatable rows to be generated dynamically based on number of array elements.

The datatable expects the precise data structure, so can you please clarify the incoming data structure and the desired result? As far as I understood the use-case, you need to pre-format your data before passing it to the datatable.