I am having trouble with this particular HTML code.
<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>