Focus Highlight Plugin
VTable provides a focus highlight plugin that supports highlighting specified areas.

Focus Highlight Plugin Configuration Options
FocusHighlightPluginFocus Highlight Plugin, can be configured with the following parameters:fillFocus highlight background coloropacityFocus highlight opacityhighlightRangeInitial focus highlight range
export interface FocusHighlightPluginOptions {
fill?: string;
opacity?: number;
highlightRange?: CellRange;
}
Usage Example:
For specific usage, refer to the demo