A number of minor cleanups to the recent changes to the query tool.

This commit is contained in:
Harshal Dhumal
2017-06-28 09:49:39 -04:00
committed by Dave Page
parent 301798d87a
commit 7389744ecf
4 changed files with 22 additions and 14 deletions

View File

@@ -462,7 +462,11 @@ input.editor-checkbox:focus {
.slick-cell span[data-cell-type="row-header-selector"] {
display: block;
text-align: right;
text-align: center;
}
.slick-cell.selected span[data-cell-type="row-header-selector"] {
color: white;
}
#datagrid div.slick-header.ui-state-default {
@@ -486,9 +490,12 @@ input.editor-checkbox:focus {
.select-all-icon {
margin-left: 9px;
margin-right: 9px;
margin-right: 4px;
vertical-align: bottom;
float: right;
position: absolute;
bottom: 4px;
right: 0;
}
}
.slick-cell, .slick-headerrow-column {

View File

@@ -3003,7 +3003,8 @@ define([
});
dataView.endUpdate();
grid.updateRowCount();
grid.render();
// Pasted row/s always append so bring last row in view port.
grid.scrollRowIntoView(dataView.getLength());
grid.setSelectedRows([]);
}
},