-
Notifications
You must be signed in to change notification settings - Fork 295
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
Look into webview UI toolkit for the table implementation #10219
Comments
Thank you, @Tyriar ! We'll follow up after we circle through the open issues during our next triage. |
We can't use the webview tableview toolkit until it supports virtualization. |
Here’s the virtualization issue: microsoft/vscode-webview-ui-toolkit#210 |
@greazer keep in mind accessibility is critical, also I suspect that virtualization issue will be indefinitely blocked until it gets some engineering resources. |
Yes, indeed on accessibility. |
Testing #10170
We have a library that can be used which aims to provide a consistent experience with the rest of VS Code and it contains a table widget: https://code.visualstudio.com/blogs/2021/10/11/webview-ui-toolkit
I'm not sure of the current state but I believe it should meet accessibility requirements as well.
The text was updated successfully, but these errors were encountered: