mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
handling array as a table data and headerFilter.plugin (#12926)
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -756,4 +756,11 @@ declare module 'azdata' {
|
||||
*/
|
||||
title: string;
|
||||
}
|
||||
|
||||
export interface TableComponentProperties {
|
||||
/**
|
||||
* Specifies whether to use headerFilter plugin
|
||||
*/
|
||||
headerFilter?: boolean,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user