setCellEditor and setFormats for a column

hi,
I want to setCellEditor and setFormats for a column without a loop.
can we do that now? or when can we do that? thanks.

Hi @zzhang

There are only 2 ways:

via loop:
https://snippet.webix.com/r1r5gxf6
https://snippet.webix.com/9csfg1o2

via changing data:
https://forum.webix.com/discussion/32774/spreadsheet-format-an-entire-column
https://snippet.webix.com/r0ybnw1v

ok, thanks.
but I think you can encapsulate a function,then users could apply them directly. such as lockCell ,it is just a suggestion