Commit 0ab41fb7e1522a83eb927f31c99edc23c32b0cd7

Authored by Administrator
1 parent 076bf122

add button

src/app/pages/statements/components/busStop2/busStop2.html
... ... @@ -2,6 +2,7 @@
2 2  
3 3 <div class="row">
4 4 <ba-card title="Автобусні зупинки" baCardClass="with-scroll">
  5 + <button class="btn btn-warning" (click)="addNewRow()" type="button">Добавить новое поле</button>
5 6 <ag-grid-ng2 #agGrid style="width: 100%; height: 350px;" class="ag-dark" [gridOptions]="gridOptions" [columnDefs]="columnDefs" [rowData]="rowData" enableColResize enableSorting enableFilter groupHeaders suppressRowClickSelection toolPanelSuppressGroups
6 7 toolPanelSuppressValues debug rowHeight="22" rowSelection="multiple">
7 8 </ag-grid-ng2>
... ...