update form surveyor
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
<span class="sort"> <span class="sort-label"> Region </span>
|
||||
<span class="sort-icon"> </span> </span>
|
||||
</th>
|
||||
<th class="min-w-[250px]" data-datatable-column="name">
|
||||
<span class="sort"> <span class="sort-label"> Name URL </span>
|
||||
<span class="sort-icon"> </span> </span>
|
||||
</th>
|
||||
<th class="min-w-[50px] text-center" data-datatable-column="actions">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -121,6 +125,9 @@
|
||||
name: {
|
||||
title: 'Region',
|
||||
},
|
||||
name_url:{
|
||||
title: 'Name Url',
|
||||
},
|
||||
actions: {
|
||||
title: 'Status',
|
||||
render: (item, data) => {
|
||||
|
||||
Reference in New Issue
Block a user