handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
6 lines (4 loc) • 299 B
TypeScript
import Core from '../../core';
import { CellProperties } from '../../settings';
export const RENDERER_TYPE: 'dropdown';
export function dropdownRenderer(instance: Core, TD: HTMLTableCellElement, row: number, column: number, prop: string | number, value: any, cellProperties: CellProperties): void;