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.

10 lines (9 loc) 194 B
import Context from './Context'; export default class Tooltip { private ctx; private loadingEl; constructor(ctx: Context); show(): void; hide(): void; destroy(): void; }