UNPKG

e-virt-table

Version:

A powerful data table based on canvas. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

21 lines (20 loc) 402 B
import type Context from './Context'; export default class Autofill { private ctx; constructor(ctx: Context); private init; /** * 是否在填充 * @returns */ private isAutofillIng; private setMousedown; private setMouseUp; private setAutofill; /** * 填充数据 */ private autofillData; private mouseenter; destroy(): void; }