This module allows you to create and edit HTML tables right on your webpage.
You can also use it right now:
For embedding, just add this code to your website (no need to fully replace the body
tag):
<link rel='stylesheet' href='https://reineimi.github.io/va2/lib/va2.css'>
<script src='https://reineimi.github.io/va2/lib/va2.js' async></script>
<body onload="init(); extern.js('https://reineimi.github.io/va2/lib/va2tables.js', 'va2tables')"></body>