When the column of datatable is dynamically created

image

This is a close example of an inverted datatable.

I would like to know how to construct a datatable in the form of Horizon. As you can see in the picture, I want to configure the Cell editor Type to be Calendar and Text differently for each row in the column.

Please inquire about how.

Thanks.

https://docs.webix.com/datatable__editing.html

Hello @wood242 ,

If you want to have different editor’s types for your dates depending on the row, you could try changing the column’s configuration in onBeforeEditStart event. For example: Code Snippet .

Thanks.

I completed the function by referring to this code. For reference, the text below is not calendar data, so I also changed the editParse value.