Custom editor example
优质
小牛编辑
126浏览
2023-12-01
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 a renderer as a function
- Declaring an editor as a component
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.