【发布时间】:2019-12-28 17:22:46
【问题描述】:
此 HTML 代码不适用于我。
<ngx-datatable-column name="Option" prop="option" [draggable]="false" [resizeable]="false
[width]="250">
<span>
<button class="optionButton" type="button" data-toggle="modal" data-
target="#addOption">Reserve Product</button>
</span>
</ngx-datatable-column>
【问题讨论】:
-
查看此来源code
标签: html css angular angular8 ngx-datatable