Feature/schema compare: refactor options dialog (from checkbox list to table) (#5608)

* Adding code to change checkbox list to table with checkbox.

* removing some unnessary ','

* Increasing the table a little bit

* reverting height changes

* Adding PR comments
This commit is contained in:
udeeshagautam
2019-05-28 11:59:14 -07:00
committed by GitHub
parent 0e2475aa72
commit d386311e54
4 changed files with 133 additions and 60 deletions

View File

@@ -16,4 +16,8 @@
.no-borders
{
border: none !important
}
.display-none {
display: none;
}

View File

@@ -196,6 +196,7 @@ export default class TableComponent extends ComponentBase implements IComponent,
toolTip: col.toolTip,
width: col.width,
cssClass: col.cssClass,
headerCssClass: col.headerCssClass,
actionOnCheck: col.options ? col.options.actionOnCheckbox : null
}, index);