microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.23k stars 294 forks source link

[DataGrid] give empty row an id #2001

Closed joriverm closed 2 weeks ago

joriverm commented 2 weeks ago

Pull Request

📖 Description

clicking in the empty content results in webcomponents to throw an error. this fixes it

🎫 Issues

2000

👩‍💻 Reviewer Notes

the datagrid tests seem to be skipped. is it ok that i didn't add a test?

📑 Test Plan

see issue

✅ Checklist

General

Component-specific

⏭ Next Steps

n/a

vnbaaij commented 2 weeks ago

Good catch. Thanks for reporting AND fixing!

joriverm commented 2 weeks ago

np! small mistake and easy fix, might as well make a PR then!