Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<div>
<button id="swaprows" type="button">Swap Rows</button>
</div>
{rows}<table>
<tbody></tbody>
</table>
<span aria-hidden="true"></span>
);
}
}
mount(document.getElementById('main'), node(Controller));