columnname: itemtype
-
columnname: status
columnname: notes
checkouthistory:
checkouthistory-table:
<th>Requested item type</th>
[% END %]
<th>Status</th>
<th>Notes</th>
</tr>
</thead>
</table>
return _("Pending");
}
},
{
data: "notes",
searchable: true,
orderable: true,
render: function (data, type, row, meta) {
return row.notes;
],
}, table_settings, true, additional_filters);