Custom editor example

You can declare a custom editor for the HotTable component either by declaring it as a class and passing it to the Handsontable options, or create an editor component.

Declaring an editor as a class

An implementation of the @handsontable/react component with a custom editor added. It utilizes the placeholder attribute in the editor's input element.

Edit this page

Tutorial: Custom editor example