handling array as a table data and headerFilter.plugin (#12926)

This commit is contained in:
Vladimir Chernov
2020-10-15 19:20:59 +03:00
committed by GitHub
parent 52e7bcdf09
commit a88669677f
4 changed files with 103 additions and 38 deletions

View File

@@ -756,4 +756,11 @@ declare module 'azdata' {
*/
title: string;
}
export interface TableComponentProperties {
/**
* Specifies whether to use headerFilter plugin
*/
headerFilter?: boolean,
}
}