|
@@ -25,14 +25,14 @@ $formID = rand(0, 100000);
|
|
|
|
|
|
<input type="hidden" name="data" value="{{json_encode($contentData)}}">
|
|
|
|
|
|
- <table class="table table-sm table-bordered mb-2">
|
|
|
+ <table class="table table-sm table-bordered mb-2 table-edit-sheet">
|
|
|
<thead>
|
|
|
<tr class="bg-light">
|
|
|
<th class="border-bottom-0">Title</th>
|
|
|
<th class="border-bottom-0">ICD</th>
|
|
|
<th class="border-bottom-0">Chr/Act.</th>
|
|
|
- <th class="border-bottom-0">Detail</th>
|
|
|
- <th class="border-bottom-0">Plan</th>
|
|
|
+ <th class="border-bottom-0 w-35">Detail</th>
|
|
|
+ <th class="border-bottom-0 w-35">Plan</th>
|
|
|
<th class="border-bottom-0"></th>
|
|
|
</tr>
|
|
|
</thead>
|