mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
table component improvement (#13801)
* hyperlink column * fixed width for image only button - old behavior
This commit is contained in:
@@ -185,10 +185,11 @@ export class SchemaCompareOptionsDialog {
|
||||
await this.optionsTable.updateProperties({
|
||||
data: data,
|
||||
columns: [
|
||||
<azdata.CheckboxColumn>
|
||||
{
|
||||
value: 'Include',
|
||||
type: azdata.ColumnType.checkBox,
|
||||
options: { actionOnCheckbox: azdata.ActionOnCellCheckboxCheck.customAction },
|
||||
action: azdata.ActionOnCellCheckboxCheck.customAction,
|
||||
headerCssClass: 'display-none',
|
||||
cssClass: 'no-borders align-with-header',
|
||||
width: 50
|
||||
@@ -209,10 +210,11 @@ export class SchemaCompareOptionsDialog {
|
||||
await this.objectsTable.updateProperties({
|
||||
data: data,
|
||||
columns: [
|
||||
<azdata.CheckboxColumn>
|
||||
{
|
||||
value: 'Include',
|
||||
type: azdata.ColumnType.checkBox,
|
||||
options: { actionOnCheckbox: azdata.ActionOnCellCheckboxCheck.customAction },
|
||||
action: azdata.ActionOnCellCheckboxCheck.customAction,
|
||||
headerCssClass: 'display-none',
|
||||
cssClass: 'no-borders align-with-header',
|
||||
width: 50
|
||||
|
||||
Reference in New Issue
Block a user