mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 01:25:38 -05:00
add securable settings (#22936)
* wip * Update typings * nullable * update test service * support securables * updata test data * fix issues * fix build failure * update test mocks * fix typo * fix reference * fix findobjectdialog issue * update SearchResultItem type * fix table component perf issue * hide effective permission for server role * hide effective permission for app role and db role * vbump sts and fix a couple issues * STS update and UI update * fix user login display issue * vbump sts
This commit is contained in:
@@ -295,7 +295,8 @@ export function createViewContext(): ViewTestContext {
|
||||
columns: [] as string[],
|
||||
onRowSelected: onClick.event,
|
||||
onCellAction: onClick.event,
|
||||
appendData: (_data: any[][]) => undefined
|
||||
appendData: (_data: any[][]) => undefined,
|
||||
setActiveCell: (_row: number, _column: number) => undefined
|
||||
});
|
||||
let tableBuilder: azdata.ComponentBuilder<azdata.TableComponent, azdata.TableComponentProperties> = {
|
||||
component: () => table(),
|
||||
|
||||
Reference in New Issue
Block a user