We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5897db commit 716dcf1Copy full SHA for 716dcf1
src/grid/types.ts
@@ -44,6 +44,7 @@ export interface GridRendererProps {
44
grid: {
45
rows: any;
46
};
47
+ style?: React.CSSProperties;
48
children?: FunctionComponent<any>;
49
styleForCell?: (cell: any, positionInfos: GridPositionnable, styles: React.CSSProperties) => React.CSSProperties;
50
}
0 commit comments