Webix datatable editor data only month and year

Hello in datatable view is it possible to have two (or more) columns with editor: “date”, but one regular popup and another is only month and year ?
https://snippet.webix.com/57mw3267
https://snippet.webix.com/3yg4ig3c

Good day, @roma
Editor “date” in its essence is a DatePicker that initializes a Calendar to pick the necessary date. Also, calendar in this editor comes in popup. And you can configure popups as you wish, including separately for each editor with the help of the suggest property.
You can find more information about it here – at Configuring popups separately.
And there is an example: Code Snippet .

@MariyaDemy Thanks a lot for your help! It work exactly as expected