Results grid options (#962)

* added inital config

* added the ability to specifiy properties of the grid

* formatting

* fix some rendering bugs

* vbump
This commit is contained in:
Anthony Dresser
2018-03-23 13:41:16 -07:00
committed by GitHub
parent 357bb1916e
commit f2779f2a50
10 changed files with 216 additions and 48 deletions

View File

@@ -26,7 +26,8 @@
(mousedown)="navigateToGrid(i)"
[selectionModel]="selectionModel"
[plugins]="slickgridPlugins"
class="boxCol content vertBox slickgrid">
class="boxCol content vertBox slickgrid"
[rowHeight]="rowHeight">
</slick-grid>
<span class="boxCol content vertBox">
<div class="boxRow content maxHeight" *ngFor="let icon of dataIcons">