I am using this for editable field
<table class="table table-bordered table-responsive-md table-striped text-center">_x000D_
<thead>_x000D_
<tr>_x000D_
<th class="text-center">Citation</th>_x000D_
<th class="text-center">Security</th>_x000D_
<th class="text-center">Implementation</th>_x000D_
<th class="text-center">Description</th>_x000D_
<th class="text-center">Solution</th>_x000D_
<th class="text-center">Remove</th>_x000D_
</tr>_x000D_
</thead>_x000D_
<tbody>_x000D_
<tr>_x000D_
<td class="pt-3-half" contenteditable="false">Aurelia Vega</td>_x000D_
<td class="pt-3-half" contenteditable="false">30</td>_x000D_
<td class="pt-3-half" contenteditable="false">Deepends</td>_x000D_
<td class="pt-3-half" contenteditable="true"><input type="text" name="add1" value="spain" class="border-none"></td>_x000D_
<td class="pt-3-half" contenteditable="true"><input type="text" name="add1" value="marid" class="border-none"></td>_x000D_
<td>_x000D_
<span class="table-remove"><button type="button"_x000D_
class="btn btn-danger btn-rounded btn-sm my-0">Remove</button></span>_x000D_
</td>_x000D_
</tr>_x000D_
</tbody>_x000D_
</table>
_x000D_