|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<thead class="thead-dark">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Object_code</th>
|
|
|
|
|
<th>Object_omschrijving</th>
|
|
|
|
|
<th>Object_omschrijving__</th>
|
|
|
|
|
<th>Afdeling_object</th>
|
|
|
|
|
<th>PO_Code</th>
|
|
|
|
|
<th>Omschrijving_PO</th>
|
|
|
|
|
@ -142,6 +142,7 @@
|
|
|
|
|
}
|
|
|
|
|
// Toepassen van de dynamische kleur
|
|
|
|
|
$(this).css('background-color', objectCodeColors[objectCode]);
|
|
|
|
|
$(this).css("border", "2px solid " + objectCodeColors[objectCode]);
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|