FE/Angular

[ ANGULAR ] ngx-datatable toolTip

라넌.B 2021. 11. 5. 16:36

예시

 <ngx-datatable-column name="주문번호" prop="주문번호" [draggable]="false" [canAutoResize]="true" >
   <ng-template ngx-datatable-header-template let-column="column">
     <div class="d-inline-block datatable-header-cell-wrapper" ngbTooltip="결제관련 주문번호" container="body">
     	주문번호
     </div>
   </ng-template> 
 </ngx-datatable-column>

 

'FE > Angular' 카테고리의 다른 글

[ ANGULAR ] 소숫점 표현 PIPE  (0) 2022.01.24
[ ANGULAR ] ngFor by KeyValue  (0) 2021.11.17
[ ANGULAR ] 앵귤러 CSS 컴포넌트 셀렉터  (0) 2021.11.03
[ Angular ] Angular Starter  (0) 2021.10.16
[ ANGULAR ] INPUT 값 갱신  (0) 2021.10.12