table based explorer widget (#10279)

* bump sts

* extend widget container

* remove title

* wip

* refactoring

* Revert "extend widget container"

* showTitle option

* fix properties widget error

* icon column

* icon and button columns

* use textwithicon column

* icon

* refactor and filter

* context menu

* refactor

* tests

* fix hygiene

* tests

* comments
This commit is contained in:
Alan Ren
2020-05-06 13:52:20 -07:00
committed by GitHub
parent df5df38a55
commit 0ace033a6f
26 changed files with 935 additions and 520 deletions

View File

@@ -162,3 +162,27 @@
.hc-black .slick-header-menu {
color: #FFFFFF;
}
.slick-icon-cell-content,
.slick-button-cell-content {
background-position: 7px center !important;
background-repeat: no-repeat;
background-size: 16px !important;
width: 100%;
height: 100%;
padding-left: 30px;
color: inherit !important;
display: flex;
align-items: center;
}
.slick-icon-cell,
.slick-button-cell {
padding: 0px !important;
}
.slick-button-cell-content {
cursor: pointer;
border-width: 0px;
padding: 0px;
}