Visible selector button in datatable

Hello,
I have selector editor for some datatable field, but selector button appears only after click. Can I make the button always visible?

Hello @capt_su,

I have selector editor for some datatable field, but selector button appears only after click. Can I make the button always visible?

Could you please elaborate on this statement a little bit? By “selector” editor do you mean the “select” editor? If I am understanding you correctly, you would like for the editor options to appear on the first cell click, instead of having to click on it twice. Is that correct?

yes, “select” editor, sorry.
I would like to have select button always visible, at least for selected row.

Unfortunately, editors do not get rendered before they are focused and/or the edit operation is initialized, meaning it is not possible to make the editor always visible. In your case, the only way to make it visible is to manually focus the cell its located in: https://snippet.webix.com/j7b7py0s.

Thanks a lot!