How to make datatable cell editor height to be fixed?

Let’s say I have a cell height around 200PX but i need editor height to be 50px

Hello,

I can recommend you to use popup as editor. It also allows for changing the size as it showed in the sample

As another way, you can solve it via CSS
https://snippet.webix.com/2qovvod1

or create custom editor as
https://snippet.webix.com/60qenur6

I already implemented row editing. so I can use popup editors.

Is there any other way?