mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
multi-level table support (#17638)
* multi-level table support * comments * address comments * add period to end of sentence.
This commit is contained in:
@@ -251,6 +251,7 @@ export class TableDesignerComponentInput implements DesignerComponentInput {
|
||||
{
|
||||
componentType: 'table',
|
||||
propertyName: designers.TableProperty.Columns,
|
||||
showInPropertiesView: false,
|
||||
componentProperties: <DesignerTableProperties>{
|
||||
ariaLabel: localize('tableDesigner.columnsTabTitle', "Columns"),
|
||||
columns: columnsTableProperties,
|
||||
|
||||
Reference in New Issue
Block a user