Is there a way to freeze the table except the active editor

Tags: #<Tag:0x00007f0b0b6c3de8>

Hello,

We have customized inline-editor. It takes some time to save the value to the remote.
To prevent other inline-editor to be opened during the saving, we must disable all other cells’ editors.

Currently, we are using the JQuery to achieve this.

Does HT team has any suggested way to do this?

Thanks so much,

Hi @lijigang.us

here is a demo that can help. It returns false when the editor is not opened. And then this demo https://jsfiddle.net/1j57aswr/ blocks the ability to use ENTER to type something when the editor is not opened.