@deephaven/js-plugin-ag-grid
Version:
Deephaven AG Grid plugin
10 lines • 505 B
TypeScript
/// <reference types="react" />
import type { dh as DhType } from '@deephaven/jsapi-types';
import { type WidgetComponentProps } from '@deephaven/plugin';
/**
* Fetches an AgGrid widget from the server and fetches the underlying table provided by the widget.
* Then passes the table to AgGridView to display the table in an AG Grid.
*/
export declare function AgGridWidget(props: WidgetComponentProps<DhType.Widget>): JSX.Element;
export default AgGridWidget;
//# sourceMappingURL=AgGridWidget.d.ts.map