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 a8c5210 commit 3e93a5fCopy full SHA for 3e93a5f
apps/demos/Demos/DataGrid/Row/React/DataRow.tsx
@@ -3,7 +3,7 @@ import React from 'react';
3
4
const formatDate = new Intl.DateTimeFormat('en-US').format;
5
6
-const DataRow = (rowInfo: DataGridTypes.RowTemplateData) => (
+const DataRow = (rowInfo: DataGridTypes.DataRowTemplateData) => (
7
<React.Fragment>
8
<tr className="main-row" role="row">
9
<td rowSpan={2} role="gridcell"><img src={rowInfo.data.Picture} alt={`Picture of ${rowInfo.data.FirstName} ${rowInfo.data.LastName}`} tabIndex={0} /></td>
0 commit comments