Dynamic Render Editor
mobile
Implement dynamic editor injection through slot-based rendering mechanism, supporting conditional validation interception without relying on @visactor/vtable-editors component.
✨ Core Features
- Slot-based Editor Injection - Inject any Vue component via
<template #edit> - Conditional Validation Interception - Use
editConfig.editBeforeandeditConfig.validateValueto validate before entering edit state and after value modification respectively, supporting sync/async logic - Disable Prompt Configuration - Configure text prompts using
editConfig.disablePrompt(for disabled states) andeditConfig.invalidPrompt(for validation failures)