!!!###!!!title=cell editor——VisActor/VTable tutorial documents!!!###!!!!!!###!!!description=VTable-Sheet supports specifying cell editors through VTable's approach, using the `editor` configuration option. However, it's important to note that sheets or columns configured with custom editors will not be able to use formula capabilities.(The reason is: configured editors will override the built-in default formula editor, preventing formula functionality from working properly)For other custom editing requirements, please refer to the complete tutorial documentation: [Editing Tutorial](../edit/edit_cell).!!!###!!!

Custom Editors

VTable-Sheet supports specifying cell editors through VTable's approach, using the editor configuration option. However, it's important to note that sheets or columns configured with custom editors will not be able to use formula capabilities.

(The reason is: configured editors will override the built-in default formula editor, preventing formula functionality from working properly)

For other custom editing requirements, please refer to the complete tutorial documentation: Editing Tutorial.

Example

In this example, we instantiate an editor: dateEditor, and use it in the Hire Date column.