mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add tab navigation option for slickgrid (#21947)
* profiler a11y bug fixes * add new option * replace old implementation * update slickgrid
This commit is contained in:
5
src/typings/slickgrid.d.ts
vendored
5
src/typings/slickgrid.d.ts
vendored
@@ -680,6 +680,11 @@ declare namespace Slick {
|
||||
* Link to the accessibility issue: https://github.com/microsoft/azuredatastudio/issues/20784
|
||||
*/
|
||||
disableColumnBasedCellVirtualization?: boolean;
|
||||
|
||||
/**
|
||||
* Whether tab/shift+tab can be used to navigate within the grid, if disabled, the focus will move out of the grid. The default value is true.
|
||||
*/
|
||||
enableInGridTabNavigation?: boolean;
|
||||
}
|
||||
|
||||
export interface DataProvider<T extends SlickData> {
|
||||
|
||||
Reference in New Issue
Block a user