-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Demo ] Add DataGridTableScroll demo #2098
Conversation
Could you add a screenshot in the PR description to simplify the future Release note? |
@dvoituron I would but the app doesn't compile for me:
I think I might have the wrong version of node. But couldn't find any info in the repo what I need to install for it. |
Weird. This Node version seems enough. Are you using VS 2022 Preview? Or could tou run ˋnpm install` from the Assets project folder ? |
@dvoituron I'm using VS 17.10.0 |
I'm also using this VS and Node 20.10.0 with the same
The problem is probably elsewhere :-( |
@dvoituron it is the nodeJS version. Downgrading to your version works fine for me. Here you go: |
@microsoft-github-policy-service agree |
Pull Request
📖 Description
Added new DataGrid demo to show how to use "Table mode" on
FluentDataGrid
based on discussion #57820