Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor - provide API #7229

Closed
AMBudnik opened this issue Aug 28, 2020 · 0 comments
Closed

Editor - provide API #7229

AMBudnik opened this issue Aug 28, 2020 · 0 comments

Comments

@AMBudnik
Copy link
Contributor

Description

Our editor-related docs are lacking some basic methods on how to open, close, or handle editor values.

We mention getActiveEditor but that's it. There are some methods listed in the baseEditor, but they are not well explained and there's no demo.

In the result, to open an editor for a cell 0, 0 (just like it would happen for double click) we need to call 3 methods

hot.selectCell(0,0);
hot.getActiveEditor().enableFullEditMode();
hot.getActiveEditor().beginEditing(hot.getDataAtCell(0,0));

Your environment

  • Handsontable version: 8.0.0
  • Browser Name and version: n/a
  • Operating System: n/a
@handsontable handsontable locked and limited conversation to collaborators Apr 15, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants