xxxxxxxxxx
<template for:each={mapData} for:item="keyValue">
<tr key={keyValue.key}>
<th scope="col">
<div>{keyValue.key}</div>
</th>
<th scope="col">
<div>{keyValue.value}</div>
</th>
</tr>
</template>