File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
apps/demos/Demos/DataGrid/Row Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 keyExpr ="ID "
55 [columnAutoWidth] ="true "
66 [showBorders] ="true "
7+ [rowAlternationEnabled] ="true "
8+ [hoverStateEnabled] ="true "
79 dataRowTemplate ="dataRowTemplateName "
810>
911 < dxi-data-grid-column
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
33
44const formatDate = new Intl . DateTimeFormat ( 'en-US' ) . format ;
55
6- const DataRow = ( rowInfo : DataGridTypes . RowTemplateData ) => (
6+ const DataRow = ( rowInfo : DataGridTypes . DataRowTemplateData ) => (
77 < React . Fragment >
88 < tr className = "main-row" role = "row" >
99 < td rowSpan = { 2 } role = "gridcell" > < img src = { rowInfo . data . Picture } alt = { `Picture of ${ rowInfo . data . FirstName } ${ rowInfo . data . LastName } ` } tabIndex = { 0 } /> </ td >
Original file line number Diff line number Diff line change 66 key-expr =" ID"
77 :column-auto-width =" true"
88 :show-borders =" true"
9- :row-alternatin -enabled =" true"
9+ :row-alternation -enabled =" true"
1010 :hover-state-enabled =" true"
1111 data-row-template =" dataRowTemplate"
1212 >
You can’t perform that action at this time.
0 commit comments