Datatable row editing

How can we enable row editing with editors like combo box, multiselect and date.
Here The issue is all editors are opening at a time. But what we need is how can we expand only clicked cell editor and remaining should be collapse.

How we achieve this

Please help

Thanks

is this possible?

Hello,

Could you please clarify: do you want to activate edit of all cells in the row and after this to focus on the one cell where a user starts to edit?

If you want to activate only one editor, so please, use editCell method
Sample: Code Snippet

Hi Nastja,
Thanks for your reply.

YES, I want to activate edit of all cells in the row and after this to focus on the one cell where a user starts to edit

Hello,

I can recommend you to use editRow method
Sample: Code Snippet

Also, it’s possible to focus on the editor via onFocus, but it’s not a good solution, as it will act on all the editors in the project
https://snippet.webix.com/145q147j

Thanks for valuable suggestion

This I achieved by new custom editors, which will support row editing.