@deephaven/js-plugin-ag-grid
Version:
Deephaven AG Grid plugin
12 lines • 512 B
TypeScript
import { CellClassParams, CellStyle, DataTypeDefinition } from '@ag-grid-community/core';
import { Formatter } from '@deephaven/jsapi-utils';
export default class AgGridFormatter {
private formatter;
constructor(formatter: Formatter);
cellDataTypeDefinitions: {
[cellDataType: string]: DataTypeDefinition;
};
static styleForNumberCell(params: CellClassParams): CellStyle;
static styleForDateCell(params: CellClassParams): CellStyle;
}
//# sourceMappingURL=AgGridFormatter.d.ts.map