Skip to content

Commit

Permalink
[EuiDataGrid] Fix misc incorrect docs prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 30, 2023
1 parent 1598ebd commit b5645c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/datagrid/_snippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ inMemory={{ level: 'sorting' }}`,
'renderFooterCellValue={({ rowIndex, columnId }) => {}}',
renderCustomGridBody: `// Optional; advanced usage only. This render function is an escape hatch for consumers who need to opt out of virtualization or otherwise need total custom control over how data grid cells are rendered.
renderCustomDataGridBody={({ visibleColumns, visibleRowData, Cell }) => (
renderCustomGridBody={({ visibleColumns, visibleRowData, Cell }) => (
<Cell colIndex={mappedFromVisibleColumns} visibleRowIndex={mappedFromVisibleRowData} />
)}`,
pagination: `pagination={{
Expand Down

0 comments on commit b5645c0

Please sign in to comment.