slickgrid
Version:
A lightning fast JavaScript grid/spreadsheet
4 lines • 424 B
TypeScript
import type { Column, FormatterResultWithHtml, FormatterResultWithText } from './index.js';
import type { SlickGrid } from '../slick.grid.js';
export declare type Formatter<T = any> = (row: number, cell: number, value: any, columnDef: Column<T>, dataContext: T, grid: SlickGrid) => string | HTMLElement | DocumentFragment | FormatterResultWithHtml | FormatterResultWithText;
//# sourceMappingURL=formatter.interface.d.ts.map