mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Adding screen reader optimized mode to slickgrid (#21069)
This commit is contained in:
7
src/typings/slickgrid.d.ts
vendored
7
src/typings/slickgrid.d.ts
vendored
@@ -673,6 +673,13 @@ declare namespace Slick {
|
||||
*
|
||||
*/
|
||||
minRowBuffer?: number;
|
||||
|
||||
/**
|
||||
* Disable dom virtualization based on visible columns. When true, the grid will render all columns, even if they are not visible.
|
||||
* This is a mitigation for screen reader issues not announcing column number of visible cells properly.
|
||||
* Link to the accessibility issue: https://github.com/microsoft/azuredatastudio/issues/20784
|
||||
*/
|
||||
disableColumnBasedCellVirtualization?: boolean;
|
||||
}
|
||||
|
||||
export interface DataProvider<T extends SlickData> {
|
||||
|
||||
Reference in New Issue
Block a user