File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/BootstrapBlazor/Components/Table Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 243243 }
244244 else
245245 {
246- <DynamicElement class =" @GetRowClassString(item, " table-row " )" Key =" GetKeyByITem(item)"
246+ <DynamicElement class =" @GetRowClassString(item, " table-row " )" @key =" GetKeyByITem(item)"
247247 TriggerContextMenu =" ContextMenuZone != null" OnContextMenu =" e => OnContextMenu(e, item)"
248248 @ontouchstart =" e => OnTouchStart(e, item)"
249249 @ontouchend =" OnTouchEnd"
687687 < / thead > ;
688688
689689 RenderFragment <TItem > RenderRow => item =>
690- @< DynamicElement TagName = " tr" class = " @GetRowClassString(item)" Key = " GetKeyByITem(item)"
690+ @< DynamicElement TagName = " tr" class = " @GetRowClassString(item)" @key = " GetKeyByITem(item)"
691691 TriggerContextMenu = " ContextMenuZone != null" OnContextMenu = " e => OnContextMenu(e, item)"
692692 @ontouchstart = " e => OnTouchStart(e, item)" @ontouchend = " OnTouchEnd"
693693 TriggerClick = " @(ClickToSelect || OnClickRowCallback != null)" OnClick = " () => ClickRow(item)"
You can’t perform that action at this time.
0 commit comments