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.

8 lines (7 loc) 156 B
import Context from './Context'; export default class Tooltip { private ctx; private emptyEl; constructor(ctx: Context); destroy(): void; }