Add table headers
This commit is contained in:
parent
a937ae7229
commit
e7fcb69e4c
@ -43,6 +43,11 @@ async function displayOne(object) {
|
|||||||
<p id='data_headcode'>${object['headcode']}</p>
|
<p id='data_headcode'>${object['headcode']}</p>
|
||||||
<p id='data_piscode'>PIS Code: ${object['pis']}</p>
|
<p id='data_piscode'>PIS Code: ${object['pis']}</p>
|
||||||
<table id='data_table'>
|
<table id='data_table'>
|
||||||
|
<tr>
|
||||||
|
<th>Location<th>
|
||||||
|
<th>Arr.</th>
|
||||||
|
<th>Dep.</th>
|
||||||
|
</tr>
|
||||||
`
|
`
|
||||||
const dataTableClose = `
|
const dataTableClose = `
|
||||||
</table>`
|
</table>`
|
||||||
|
Reference in New Issue
Block a user