Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 860 Bytes

va2/lib/va2tables.js

Va2: Tables

This module allows you to create and edit HTML tables right on your webpage.
You can also use it right now:

Embedding

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>

Previews from 2024/10/20

image image