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.

Since version 5.1.0 of the Vue wrapper, you can declare a custom editor for the HotTable component and use it many times and with different props. To differenciate between editor instances pass a key attribute.

Declaring an editor as a class

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

Edit this page

Tutorial: Custom editor example