UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

17 lines 940 B
<div class="slab-listbox" [ngClass]="{'disabled': isDisabled}"> <div #hidden class="height-hidden"></div> <ag-grid-angular #grid id="agGrid" style="position:absolute; top:0; bottom:0; left:0; right:0; overflow: hidden;" class="ag-theme-alpine border rounded" [ngClass]="{'disabled': isDisabled}" [rowData]="rowData" [gridOptions]="gridOptions" [rowDragManaged]="rowDrag" [animateRows]="rowDrag" (rowDragEnd)="onRowDragEnd($event)" (gridReady)="doGridReady($event)" (gridSizeChanged)="doGridSizeChanged($event)" (cellClicked)="doClick($event)" (clickRow)="doClick($event)" (rowSelected)="onRowSelected($event)" (modelUpdated)="onModelUpdated($event)"> </ag-grid-angular> </div>