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 3ae9bac commit 977cca1Copy full SHA for 977cca1
packages/react-components/src/data-grid/index.tsx
@@ -41,7 +41,7 @@ DataGridRow.displayName = 'Jupyter.DataGridRow';
41
export const DataGrid: React.DetailedHTMLFactory<
42
React.HTMLAttributes<HTMLElement> & {
43
'generate-header'?: 'none' | 'default' | 'sticky';
44
- 'grid-template-columns'?: 'string';
+ 'grid-template-columns'?: string;
45
},
46
HTMLElement
47
> = wrap(jpDataGrid()) as any;
0 commit comments