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