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.

14 lines (13 loc) 277 B
import Context from './Context'; export default class Tooltip { private ctx; private enable; private contentEl; private floatingEl; private arrowEl; constructor(ctx: Context); private init; private show; private hide; destroy(): void; }