UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

6 lines (4 loc) 307 B
import Core from '../../core'; import { CellProperties } from '../../settings'; export const RENDERER_TYPE: 'handsontable'; export function handsontableRenderer(instance: Core, TD: HTMLTableCellElement, row: number, column: number, prop: string | number, value: any, cellProperties: CellProperties): void;